#dcb471

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

Shades of Harvest Gold #DCB471

Tints of Harvest Gold #DCB471

Color information

#DCB471 (or 0xDCB471) is unknown color: approx Harvest Gold. HEX triplet: DC, B4 and 71. RGB value is (220,180,113). Sum of RGB (Red+Green+Blue) = 220+180+113=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 180 (70.70% from 255 or 35.09% from 513); Blue value is 113 (44.53% from 255 or 22.03% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB471 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB471 is #234B8E. Grayscale: #B8B8B8. Windows color (decimal): -2313103 or 7451868. OLE color: 7451868.

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

Color convert

RGB220180113-
CMYK00.180.490.14
HSL37.57º60.45%65.29%-
HSV(B)37.57º48.64%86.27%-
XYZ48.8249.0522.52-
YUV184.3287.75153.45-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.88%
GREEN value IS 180 (70.70% from 255) = 35.09%
BLUE value IS 113 (44.53% from 255) = 22.03%
R=42.88%
G=35.09%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.49
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018011300.180.490.1437.5760.4565.29
HexDCB47101231E263c41
Octal33426416102261164674101
Binary1101110010110100111000101001011000111101001101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dcb471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dcb471; }

 p { color: rgb(220,180,113); }

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

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

 a { background-color: rgb(220,180,113); }

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

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

 span { border-color: rgb(220,180,113); }

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