#DAB464

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

Shades of Equator #DAB464

Tints of Equator #DAB464

Color information

#DAB464 (or 0xDAB464) is unknown color: approx Equator. HEX triplet: DA, B4 and 64. RGB value is (218,180,100). Sum of RGB (Red+Green+Blue) = 218+180+100=498 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.78% from 498); Green value is 180 (70.70% from 255 or 36.14% from 498); Blue value is 100 (39.45% from 255 or 20.08% from 498); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB464 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB464 is #254B9B. Grayscale: #B6B6B6. Windows color (decimal): -2444188 or 6599898. OLE color: 6599898.

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

Color convert

RGB218180100-
CMYK00.170.540.15
HSL40.68º61.46%62.35%-
HSV(B)40.68º54.13%85.49%-
XYZ47.5348.4718.91-
YUV182.2481.59153.5-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.78%
GREEN value IS 180 (70.70% from 255) = 36.14%
BLUE value IS 100 (39.45% from 255) = 20.08%
R=43.78%
G=36.14%
B=20.08%

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
Decimal21818010000.170.540.1540.6861.4662.35
HexDAB46401136F293d3e
Octal3322641440216617517576
Binary110110101011010011001000100011101101111101001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB464; }

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

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

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

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

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

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

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

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