#DAAF62

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

Shades of Equator #DAAF62

Tints of Equator #DAAF62

Color information

#DAAF62 (or 0xDAAF62) is unknown color: approx Equator. HEX triplet: DA, AF and 62. RGB value is (218,175,98). Sum of RGB (Red+Green+Blue) = 218+175+98=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 98 (38.67% from 255 or 19.96% from 491); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAF62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAF62 is #25509D. Grayscale: #B3B3B3. Windows color (decimal): -2445470 or 6467546. OLE color: 6467546.

HSL color Cylindrical-coordinate representation of color #DAAF62: hue angle of 38.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DAAF62 is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB21817598-
CMYK00.200.550.15
HSL38.5º61.86%61.96%-
HSV(B)38.5º55.05%85.49%-
XYZ46.4546.4518.07-
YUV179.0882.25155.76-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.40%
GREEN value IS 175 (68.75% from 255) = 35.64%
BLUE value IS 98 (38.67% from 255) = 19.96%
R=44.40%
G=35.64%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181759800.200.550.1538.561.8661.96
HexDAAF6201437F263e3e
Octal3322571420246717467676
Binary110110101010111111000100101001101111111100110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAF62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAF62; }

 p { color: rgb(218,175,98); }

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

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

 a { background-color: rgb(218,175,98); }

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

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

 span { border-color: rgb(218,175,98); }

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