#DDAF64

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

Shades of Equator #DDAF64

Tints of Equator #DDAF64

Color information

#DDAF64 (or 0xDDAF64) is unknown color: approx Equator. HEX triplet: DD, AF and 64. RGB value is (221,175,100). Sum of RGB (Red+Green+Blue) = 221+175+100=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 175 (68.75% from 255 or 35.28% from 496); Blue value is 100 (39.45% from 255 or 20.16% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAF64 is #22509B. Grayscale: #B4B4B4. Windows color (decimal): -2248860 or 6598621. OLE color: 6598621.

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

Color convert

RGB221175100-
CMYK00.210.550.13
HSL37.19º64.02%62.94%-
HSV(B)37.19º54.75%86.67%-
XYZ47.4546.9518.62-
YUV180.282.74157.1-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.56%
GREEN value IS 175 (68.75% from 255) = 35.28%
BLUE value IS 100 (39.45% from 255) = 20.16%
R=44.56%
G=35.28%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117510000.210.550.1337.1964.0262.94
HexDDAF6401537D25403f
Octal33525714402567154510077
Binary1101110110101111110010001010111011111011001011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAF64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAF64; }

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

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

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

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

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

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

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

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