#DFAE62

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

Shades of Equator #DFAE62

Tints of Equator #DFAE62

Color information

#DFAE62 (or 0xDFAE62) is unknown color: approx Equator. HEX triplet: DF, AE and 62. RGB value is (223,174,98). Sum of RGB (Red+Green+Blue) = 223+174+98=495 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.05% from 495); Green value is 174 (68.36% from 255 or 35.15% from 495); Blue value is 98 (38.67% from 255 or 19.80% from 495); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAE62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAE62 is #20519D. Grayscale: #B4B4B4. Windows color (decimal): -2118046 or 6467295. OLE color: 6467295.

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

Color convert

RGB22317498-
CMYK00.220.560.13
HSL36.48º66.14%62.94%-
HSV(B)36.48º56.05%87.45%-
XYZ47.7746.8418.08-
YUV179.9981.73158.68-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.05%
GREEN value IS 174 (68.36% from 255) = 35.15%
BLUE value IS 98 (38.67% from 255) = 19.80%
R=45.05%
G=35.15%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231749800.220.560.1336.4866.1462.94
HexDFAE6201638D24423f
Octal33725614202670154410277
Binary1101111110101110110001001011011100011011001001000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAE62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAE62; }

 p { color: rgb(223,174,98); }

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

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

 a { background-color: rgb(223,174,98); }

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

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

 span { border-color: rgb(223,174,98); }

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