#DAAD66

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

Shades of Equator #DAAD66

Tints of Equator #DAAD66

Color information

#DAAD66 (or 0xDAAD66) is unknown color: approx Equator. HEX triplet: DA, AD and 66. RGB value is (218,173,102). Sum of RGB (Red+Green+Blue) = 218+173+102=493 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.22% from 493); Green value is 173 (67.97% from 255 or 35.09% from 493); Blue value is 102 (40.23% from 255 or 20.69% from 493); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAD66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAD66 is #255299. Grayscale: #B2B2B2. Windows color (decimal): -2445978 or 6729178. OLE color: 6729178.

HSL color Cylindrical-coordinate representation of color #DAAD66: hue angle of 36.72º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DAAD66 is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB218173102-
CMYK00.210.530.15
HSL36.72º61.05%62.75%-
HSV(B)36.72º53.21%85.49%-
XYZ46.2645.7518.96-
YUV178.3684.91156.27-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.22%
GREEN value IS 173 (67.97% from 255) = 35.09%
BLUE value IS 102 (40.23% from 255) = 20.69%
R=44.22%
G=35.09%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817310200.210.530.1536.7261.0562.75
HexDAAD6601535F253d3f
Octal3322551460256517457577
Binary110110101010110111001100101011101011111100101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAD66; }

 p { color: rgb(218,173,102); }

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

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

 a { background-color: rgb(218,173,102); }

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

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

 span { border-color: rgb(218,173,102); }

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