#DDAD65

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

Shades of Equator #DDAD65

Tints of Equator #DDAD65

Color information

#DDAD65 (or 0xDDAD65) is unknown color: approx Equator. HEX triplet: DD, AD and 65. RGB value is (221,173,101). Sum of RGB (Red+Green+Blue) = 221+173+101=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 173 (67.97% from 255 or 34.95% from 495); Blue value is 101 (39.84% from 255 or 20.40% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAD65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAD65 is #22529A. Grayscale: #B3B3B3. Windows color (decimal): -2249371 or 6663645. OLE color: 6663645.

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

Color convert

RGB221173101-
CMYK00.220.540.13
HSL36º63.83%63.14%-
HSV(B)36º54.3%86.67%-
XYZ47.1146.218.75-
YUV179.1483.9157.85-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.65%
GREEN value IS 173 (67.97% from 255) = 34.95%
BLUE value IS 101 (39.84% from 255) = 20.40%
R=44.65%
G=34.95%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117310100.220.540.133663.8363.14
HexDDAD6501636D24403f
Octal33525514502666154410077
Binary1101110110101101110010101011011011011011001001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAD65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAD65; }

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

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

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

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

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

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

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

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