#DAAE60

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

Shades of Equator #DAAE60

Tints of Equator #DAAE60

Color information

#DAAE60 (or 0xDAAE60) is unknown color: approx Equator. HEX triplet: DA, AE and 60. RGB value is (218,174,96). Sum of RGB (Red+Green+Blue) = 218+174+96=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 174 (68.36% from 255 or 35.66% from 488); Blue value is 96 (37.89% from 255 or 19.67% from 488); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAE60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAE60 is #25519F. Grayscale: #B2B2B2. Windows color (decimal): -2445728 or 6336218. OLE color: 6336218.

HSL color Cylindrical-coordinate representation of color #DAAE60: hue angle of 38.36º 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 #DAAE60 is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB21817496-
CMYK00.200.560.15
HSL38.36º62.24%61.57%-
HSV(B)38.36º55.96%85.49%-
XYZ46.1646.0217.52-
YUV178.2681.58156.34-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.67%
GREEN value IS 174 (68.36% from 255) = 35.66%
BLUE value IS 96 (37.89% from 255) = 19.67%
R=44.67%
G=35.66%
B=19.67%

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
Decimal2181749600.200.560.1538.3662.2461.57
HexDAAE6001438F263e3e
Octal3322561400247017467676
Binary110110101010111011000000101001110001111100110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAE60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAE60; }

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

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

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

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

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

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

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

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