#DAAF60

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

Shades of Equator #DAAF60

Tints of Equator #DAAF60

Color information

#DAAF60 (or 0xDAAF60) is unknown color: approx Equator. HEX triplet: DA, AF and 60. RGB value is (218,175,96). Sum of RGB (Red+Green+Blue) = 218+175+96=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 175 (68.75% from 255 or 35.79% from 489); Blue value is 96 (37.89% from 255 or 19.63% from 489); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAF60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAF60 is #25509F. Grayscale: #B3B3B3. Windows color (decimal): -2445472 or 6336474. OLE color: 6336474.

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

Color convert

RGB21817596-
CMYK00.200.560.15
HSL38.85º62.24%61.57%-
HSV(B)38.85º55.96%85.49%-
XYZ46.3546.4117.58-
YUV178.8581.25155.92-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.58%
GREEN value IS 175 (68.75% from 255) = 35.79%
BLUE value IS 96 (37.89% from 255) = 19.63%
R=44.58%
G=35.79%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181759600.200.560.1538.8562.2461.57
HexDAAF6001438F273e3e
Octal3322571400247017477676
Binary110110101010111111000000101001110001111100111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAF60; }

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

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

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

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

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

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

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

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