#DAB865

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

Shades of Equator #DAB865

Tints of Equator #DAB865

Color information

#DAB865 (or 0xDAB865) is unknown color: approx Equator. HEX triplet: DA, B8 and 65. RGB value is (218,184,101). Sum of RGB (Red+Green+Blue) = 218+184+101=503 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.34% from 503); Green value is 184 (72.27% from 255 or 36.58% from 503); Blue value is 101 (39.84% from 255 or 20.08% from 503); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB865 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB865 is #25479A. Grayscale: #B9B9B9. Windows color (decimal): -2443163 or 6666458. OLE color: 6666458.

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

Color convert

RGB218184101-
CMYK00.160.540.15
HSL42.56º61.26%62.55%-
HSV(B)42.56º53.67%85.49%-
XYZ48.450.1319.44-
YUV184.780.76151.75-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.34%
GREEN value IS 184 (72.27% from 255) = 36.58%
BLUE value IS 101 (39.84% from 255) = 20.08%
R=43.34%
G=36.58%
B=20.08%

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
Decimal21818410100.160.540.1542.5661.2662.55
HexDAB86501036F2b3d3f
Octal3322701450206617537577
Binary110110101011100011001010100001101101111101011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB865; }

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

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

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

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

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

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

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

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