#dcb76d

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

Shades of Equator #DCB76D

Tints of Equator #DCB76D

Color information

#DCB76D (or 0xDCB76D) is unknown color: approx Equator. HEX triplet: DC, B7 and 6D. RGB value is (220,183,109). Sum of RGB (Red+Green+Blue) = 220+183+109=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 183 (71.88% from 255 or 35.74% from 512); Blue value is 109 (42.97% from 255 or 21.29% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB76D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB76D is #234892. Grayscale: #B9B9B9. Windows color (decimal): -2312339 or 7190492. OLE color: 7190492.

HSL color Cylindrical-coordinate representation of color #DCB76D: hue angle of 40º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCB76D is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB220183109-
CMYK00.170.500.14
HSL40º61.33%64.51%-
HSV(B)40º50.45%86.27%-
XYZ49.2150.1921.56-
YUV185.6384.76152.52-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.97%
GREEN value IS 183 (71.88% from 255) = 35.74%
BLUE value IS 109 (42.97% from 255) = 21.29%
R=42.97%
G=35.74%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018310900.170.500.144061.3364.51
HexDCB76D01132E283d41
Octal33426715502162165075101
Binary1101110010110111110110101000111001011101010001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dcb76d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dcb76d; }

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

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

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

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

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

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

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

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