#DCB56C

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

Shades of Equator #DCB56C

Tints of Equator #DCB56C

Color information

#DCB56C (or 0xDCB56C) is unknown color: approx Equator. HEX triplet: DC, B5 and 6C. RGB value is (220,181,108). Sum of RGB (Red+Green+Blue) = 220+181+108=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 181 (71.09% from 255 or 35.56% from 509); Blue value is 108 (42.58% from 255 or 21.22% from 509); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB56C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB56C is #234A93. Grayscale: #B8B8B8. Windows color (decimal): -2312852 or 7124444. OLE color: 7124444.

HSL color Cylindrical-coordinate representation of color #DCB56C: hue angle of 39.11º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DCB56C is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB220181108-
CMYK00.180.510.14
HSL39.11º61.54%64.31%-
HSV(B)39.11º50.91%86.27%-
XYZ48.7549.3521.14-
YUV184.3484.92153.44-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.22%
GREEN value IS 181 (71.09% from 255) = 35.56%
BLUE value IS 108 (42.58% from 255) = 21.22%
R=43.22%
G=35.56%
B=21.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.51
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018110800.180.510.1439.1161.5464.31
HexDCB56C01233E273e40
Octal33426515402263164776100
Binary1101110010110101110110001001011001111101001111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB56C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB56C; }

 p { color: rgb(220,181,108); }

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

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

 a { background-color: rgb(220,181,108); }

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

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

 span { border-color: rgb(220,181,108); }

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