#ddae61

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

Shades of Equator #DDAE61

Tints of Equator #DDAE61

Color information

#DDAE61 (or 0xDDAE61) is unknown color: approx Equator. HEX triplet: DD, AE and 61. RGB value is (221,174,97). Sum of RGB (Red+Green+Blue) = 221+174+97=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 174 (68.36% from 255 or 35.37% from 492); Blue value is 97 (38.28% from 255 or 19.72% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAE61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAE61 is #22519E. Grayscale: #B3B3B3. Windows color (decimal): -2249119 or 6401757. OLE color: 6401757.

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

Color convert

RGB22117497-
CMYK00.210.560.13
HSL37.26º64.58%62.35%-
HSV(B)37.26º56.11%86.67%-
XYZ47.1146.5117.8-
YUV179.2781.57157.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.92%
GREEN value IS 174 (68.36% from 255) = 35.37%
BLUE value IS 97 (38.28% from 255) = 19.72%
R=44.92%
G=35.37%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211749700.210.560.1337.2664.5862.35
HexDDAE6101538D25413e
Octal33525614102570154510176
Binary1101110110101110110000101010111100011011001011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ddae61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ddae61; }

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

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

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

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

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

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

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

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