#DAB76D

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

Shades of Equator #DAB76D

Tints of Equator #DAB76D

Color information

#DAB76D (or 0xDAB76D) is unknown color: approx Equator. HEX triplet: DA, B7 and 6D. RGB value is (218,183,109). Sum of RGB (Red+Green+Blue) = 218+183+109=510 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.75% from 510); Green value is 183 (71.88% from 255 or 35.88% from 510); Blue value is 109 (42.97% from 255 or 21.37% from 510); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB76D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB76D is #254892. Grayscale: #B9B9B9. Windows color (decimal): -2443411 or 7190490. OLE color: 7190490.

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

Color convert

RGB218183109-
CMYK00.160.50.15
HSL40.73º59.56%64.12%-
HSV(B)40.73º50%85.49%-
XYZ48.6149.8821.53-
YUV185.0385.1151.52-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.75%
GREEN value IS 183 (71.88% from 255) = 35.88%
BLUE value IS 109 (42.97% from 255) = 21.37%
R=42.75%
G=35.88%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.5
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818310900.160.50.1540.7359.5664.12
HexDAB76D01032F293c40
Octal33226715502062175174100
Binary1101101010110111110110101000011001011111010011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB76D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB76D; }

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

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

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

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

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

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

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

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