#DCB56F

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

Shades of Harvest Gold #DCB56F

Tints of Harvest Gold #DCB56F

Color information

#DCB56F (or 0xDCB56F) is unknown color: approx Harvest Gold. HEX triplet: DC, B5 and 6F. RGB value is (220,181,111). Sum of RGB (Red+Green+Blue) = 220+181+111=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 181 (71.09% from 255 or 35.35% from 512); Blue value is 111 (43.75% from 255 or 21.68% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB56F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB56F is #234A90. Grayscale: #B9B9B9. Windows color (decimal): -2312849 or 7321052. OLE color: 7321052.

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

Color convert

RGB220181111-
CMYK00.180.500.14
HSL38.53º60.89%64.9%-
HSV(B)38.53º49.55%86.27%-
XYZ48.9149.4122-
YUV184.6886.42153.19-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.97%
GREEN value IS 181 (71.09% from 255) = 35.35%
BLUE value IS 111 (43.75% from 255) = 21.68%
R=42.97%
G=35.35%
B=21.68%

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
Decimal22018111100.180.500.1438.5360.8964.9
HexDCB56F01232E273d41
Octal33426515702262164775101
Binary1101110010110101110111101001011001011101001111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB56F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB56F; }

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

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

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

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

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

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

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

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