#DDAE60

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

Shades of Equator #DDAE60

Tints of Equator #DDAE60

Color information

#DDAE60 (or 0xDDAE60) is unknown color: approx Equator. HEX triplet: DD, AE and 60. RGB value is (221,174,96). Sum of RGB (Red+Green+Blue) = 221+174+96=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 174 (68.36% from 255 or 35.44% from 491); Blue value is 96 (37.89% from 255 or 19.55% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAE60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAE60 is #22519F. Grayscale: #B3B3B3. Windows color (decimal): -2249120 or 6336221. OLE color: 6336221.

HSL color Cylindrical-coordinate representation of color #DDAE60: hue angle of 37.44º 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 #DDAE60 is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB22117496-
CMYK00.210.570.13
HSL37.44º64.77%62.16%-
HSV(B)37.44º56.56%86.67%-
XYZ47.0746.4917.56-
YUV179.1681.07157.84-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.01%
GREEN value IS 174 (68.36% from 255) = 35.44%
BLUE value IS 96 (37.89% from 255) = 19.55%
R=45.01%
G=35.44%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211749600.210.570.1337.4464.7762.16
HexDDAE6001539D25413e
Octal33525614002571154510176
Binary1101110110101110110000001010111100111011001011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAE60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAE60; }

 p { color: rgb(221,174,96); }

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

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

 a { background-color: rgb(221,174,96); }

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

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

 span { border-color: rgb(221,174,96); }

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