#DAB564

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

Shades of Equator #DAB564

Tints of Equator #DAB564

Color information

#DAB564 (or 0xDAB564) is unknown color: approx Equator. HEX triplet: DA, B5 and 64. RGB value is (218,181,100). Sum of RGB (Red+Green+Blue) = 218+181+100=499 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.69% from 499); Green value is 181 (71.09% from 255 or 36.27% from 499); Blue value is 100 (39.45% from 255 or 20.04% from 499); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB564 is #254A9B. Grayscale: #B7B7B7. Windows color (decimal): -2443932 or 6600154. OLE color: 6600154.

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

Color convert

RGB218181100-
CMYK00.170.540.15
HSL41.19º61.46%62.35%-
HSV(B)41.19º54.13%85.49%-
XYZ47.7448.8718.97-
YUV182.8381.26153.09-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.69%
GREEN value IS 181 (71.09% from 255) = 36.27%
BLUE value IS 100 (39.45% from 255) = 20.04%
R=43.69%
G=36.27%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818110000.170.540.1541.1961.4662.35
HexDAB56401136F293d3e
Octal3322651440216617517576
Binary110110101011010111001000100011101101111101001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB564; }

 p { color: rgb(218,181,100); }

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

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

 a { background-color: rgb(218,181,100); }

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

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

 span { border-color: rgb(218,181,100); }

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