#DAB06B

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

Shades of Equator #DAB06B

Tints of Equator #DAB06B

Color information

#DAB06B (or 0xDAB06B) is unknown color: approx Equator. HEX triplet: DA, B0 and 6B. RGB value is (218,176,107). Sum of RGB (Red+Green+Blue) = 218+176+107=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 176 (69.14% from 255 or 35.13% from 501); Blue value is 107 (42.19% from 255 or 21.36% from 501); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB06B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB06B is #254F94. Grayscale: #B5B5B5. Windows color (decimal): -2445205 or 7057626. OLE color: 7057626.

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

Color convert

RGB218176107-
CMYK00.190.510.15
HSL37.3º60%63.73%-
HSV(B)37.3º50.92%85.49%-
XYZ47.0947.0220.5-
YUV180.6986.41154.61-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.51%
GREEN value IS 176 (69.14% from 255) = 35.13%
BLUE value IS 107 (42.19% from 255) = 21.36%
R=43.51%
G=35.13%
B=21.36%

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
Decimal21817610700.190.510.1537.36063.73
HexDAB06B01333F253c40
Octal33226015302363174574100
Binary1101101010110000110101101001111001111111001011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB06B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB06B; }

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

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

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

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

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

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

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

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