#DAB06D

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

Shades of Equator #DAB06D

Tints of Equator #DAB06D

Color information

#DAB06D (or 0xDAB06D) is unknown color: approx Equator. HEX triplet: DA, B0 and 6D. RGB value is (218,176,109). Sum of RGB (Red+Green+Blue) = 218+176+109=503 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.34% from 503); Green value is 176 (69.14% from 255 or 34.99% from 503); Blue value is 109 (42.97% from 255 or 21.67% from 503); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB06D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB06D is #254F92. Grayscale: #B5B5B5. Windows color (decimal): -2445203 or 7188698. OLE color: 7188698.

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

Color convert

RGB218176109-
CMYK00.190.50.15
HSL36.88º59.56%64.12%-
HSV(B)36.88º50%85.49%-
XYZ47.247.0621.06-
YUV180.9287.41154.45-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.34%
GREEN value IS 176 (69.14% from 255) = 34.99%
BLUE value IS 109 (42.97% from 255) = 21.67%
R=43.34%
G=34.99%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.5
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817610900.190.50.1536.8859.5664.12
HexDAB06D01332F253c40
Octal33226015502362174574100
Binary1101101010110000110110101001111001011111001011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB06D; }

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

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

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

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

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

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

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

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