#DCB66D

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

Shades of Equator #DCB66D

Tints of Equator #DCB66D

Color information

#DCB66D (or 0xDCB66D) is unknown color: approx Equator. HEX triplet: DC, B6 and 6D. RGB value is (220,182,109). Sum of RGB (Red+Green+Blue) = 220+182+109=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 182 (71.48% from 255 or 35.62% from 511); Blue value is 109 (42.97% from 255 or 21.33% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB66D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB66D is #234992. Grayscale: #B9B9B9. Windows color (decimal): -2312595 or 7190236. OLE color: 7190236.

HSL color Cylindrical-coordinate representation of color #DCB66D: hue angle of 39.46º 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 #DCB66D is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB220182109-
CMYK00.170.500.14
HSL39.46º61.33%64.51%-
HSV(B)39.46º50.45%86.27%-
XYZ4949.7821.49-
YUV185.0485.09152.94-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.05%
GREEN value IS 182 (71.48% from 255) = 35.62%
BLUE value IS 109 (42.97% from 255) = 21.33%
R=43.05%
G=35.62%
B=21.33%

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
Decimal22018210900.170.500.1439.4661.3364.51
HexDCB66D01132E273d41
Octal33426615502162164775101
Binary1101110010110110110110101000111001011101001111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB66D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB66D; }

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

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

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

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

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

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

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

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