#DCB56D

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

Shades of Equator #DCB56D

Tints of Equator #DCB56D

Color information

#DCB56D (or 0xDCB56D) is unknown color: approx Equator. HEX triplet: DC, B5 and 6D. RGB value is (220,181,109). Sum of RGB (Red+Green+Blue) = 220+181+109=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 181 (71.09% from 255 or 35.49% from 510); Blue value is 109 (42.97% from 255 or 21.37% from 510); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB56D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB56D is #234A92. Grayscale: #B8B8B8. Windows color (decimal): -2312851 or 7189980. OLE color: 7189980.

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

Color convert

RGB220181109-
CMYK00.180.500.14
HSL38.92º61.33%64.51%-
HSV(B)38.92º50.45%86.27%-
XYZ48.849.3721.42-
YUV184.4585.42153.35-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.14%
GREEN value IS 181 (71.09% from 255) = 35.49%
BLUE value IS 109 (42.97% from 255) = 21.37%
R=43.14%
G=35.49%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018110900.180.500.1438.9261.3364.51
HexDCB56D01232E273d41
Octal33426515502262164775101
Binary1101110010110101110110101001011001011101001111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB56D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB56D; }

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

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

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

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

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

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

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

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