#DAB16B

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

Shades of Equator #DAB16B

Tints of Equator #DAB16B

Color information

#DAB16B (or 0xDAB16B) is unknown color: approx Equator. HEX triplet: DA, B1 and 6B. RGB value is (218,177,107). Sum of RGB (Red+Green+Blue) = 218+177+107=502 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.43% from 502); Green value is 177 (69.53% from 255 or 35.26% from 502); Blue value is 107 (42.19% from 255 or 21.31% from 502); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB16B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB16B is #254E94. Grayscale: #B5B5B5. Windows color (decimal): -2444949 or 7057882. OLE color: 7057882.

HSL color Cylindrical-coordinate representation of color #DAB16B: hue angle of 37.84º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DAB16B is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB218177107-
CMYK00.190.510.15
HSL37.84º60%63.73%-
HSV(B)37.84º50.92%85.49%-
XYZ47.2947.4120.57-
YUV181.2886.08154.19-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.43%
GREEN value IS 177 (69.53% from 255) = 35.26%
BLUE value IS 107 (42.19% from 255) = 21.31%
R=43.43%
G=35.26%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817710700.190.510.1537.846063.73
HexDAB16B01333F263c40
Octal33226115302363174674100
Binary1101101010110001110101101001111001111111001101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB16B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB16B; }

 p { color: rgb(218,177,107); }

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

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

 a { background-color: rgb(218,177,107); }

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

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

 span { border-color: rgb(218,177,107); }

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