#DAB864

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

Shades of Equator #DAB864

Tints of Equator #DAB864

Color information

#DAB864 (or 0xDAB864) is unknown color: approx Equator. HEX triplet: DA, B8 and 64. RGB value is (218,184,100). Sum of RGB (Red+Green+Blue) = 218+184+100=502 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.43% from 502); Green value is 184 (72.27% from 255 or 36.65% from 502); Blue value is 100 (39.45% from 255 or 19.92% from 502); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB864 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB864 is #25479B. Grayscale: #B8B8B8. Windows color (decimal): -2443164 or 6600922. OLE color: 6600922.

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

Color convert

RGB218184100-
CMYK00.160.540.15
HSL42.71º61.46%62.35%-
HSV(B)42.71º54.13%85.49%-
XYZ48.3550.1119.18-
YUV184.5980.26151.83-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.43%
GREEN value IS 184 (72.27% from 255) = 36.65%
BLUE value IS 100 (39.45% from 255) = 19.92%
R=43.43%
G=36.65%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818410000.160.540.1542.7161.4662.35
HexDAB86401036F2b3d3e
Octal3322701440206617537576
Binary110110101011100011001000100001101101111101011111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB864; }

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

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

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

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

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

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

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

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