#ddb45e

Color #DDB45E Equator (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Equator #DDB45E

Tints of Equator #DDB45E

Color information

#DDB45E (or 0xDDB45E) is unknown color: approx Equator. HEX triplet: DD, B4 and 5E. RGB value is (221,180,94). Sum of RGB (Red+Green+Blue) = 221+180+94=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 180 (70.70% from 255 or 36.36% from 495); Blue value is 94 (37.11% from 255 or 18.99% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB45E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB45E is #224BA1. Grayscale: #B6B6B6. Windows color (decimal): -2247586 or 6206685. OLE color: 6206685.

HSL color Cylindrical-coordinate representation of color #DDB45E: hue angle of 40.63º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DDB45E is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB22118094-
CMYK00.190.570.13
HSL40.63º65.13%61.76%-
HSV(B)40.63º57.47%86.67%-
XYZ48.1648.8217.48-
YUV182.4678.08155.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 44.65%
GREEN value IS 180 (70.70% from 255) = 36.36%
BLUE value IS 94 (37.11% from 255) = 18.99%
R=44.65%
G=36.36%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211809400.190.570.1340.6365.1361.76
HexDDB45E01339D29413e
Octal33526413602371155110176
Binary1101110110110100101111001001111100111011010011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ddb45e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ddb45e; }

 p { color: rgb(221,180,94); }

 H1.HeaderClassName
 {
   color: #ddb45e;
 }
 .AnyTagClassName
 {
   color: #ddb45e;
 }
</style>
background-color css

<style>
 a { background-color: #ddb45e; }

 a { background-color: rgb(221,180,94); }

 div.DivClassName
 {
   background-color: #ddb45e;
 }
 .BgClassName
 {
   background-color: #ddb45e;
 }
</style>
border-color css

<style>
 span { border-color: #ddb45e; }

 span { border-color: rgb(221,180,94); }

 td.TdClassName
 {
   border-color: #ddb45e;
 }
 .TagClassName
 {
   border-color: #ddb45e;
 }
</style>