#DDAD64

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

Shades of Equator #DDAD64

Tints of Equator #DDAD64

Color information

#DDAD64 (or 0xDDAD64) is unknown color: approx Equator. HEX triplet: DD, AD and 64. RGB value is (221,173,100). Sum of RGB (Red+Green+Blue) = 221+173+100=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 173 (67.97% from 255 or 35.02% from 494); Blue value is 100 (39.45% from 255 or 20.24% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAD64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAD64 is #22529B. Grayscale: #B3B3B3. Windows color (decimal): -2249372 or 6598109. OLE color: 6598109.

HSL color Cylindrical-coordinate representation of color #DDAD64: hue angle of 36.2º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DDAD64 is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB221173100-
CMYK00.220.550.13
HSL36.2º64.02%62.94%-
HSV(B)36.2º54.75%86.67%-
XYZ47.0646.1818.49-
YUV179.0383.4157.94-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.74%
GREEN value IS 173 (67.97% from 255) = 35.02%
BLUE value IS 100 (39.45% from 255) = 20.24%
R=44.74%
G=35.02%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117310000.220.550.1336.264.0262.94
HexDDAD6401637D24403f
Octal33525514402667154410077
Binary1101110110101101110010001011011011111011001001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAD64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAD64; }

 p { color: rgb(221,173,100); }

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

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

 a { background-color: rgb(221,173,100); }

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

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

 span { border-color: rgb(221,173,100); }

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