#dcb270

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

Shades of Harvest Gold #DCB270

Tints of Harvest Gold #DCB270

Color information

#DCB270 (or 0xDCB270) is unknown color: approx Harvest Gold. HEX triplet: DC, B2 and 70. RGB value is (220,178,112). Sum of RGB (Red+Green+Blue) = 220+178+112=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 178 (69.92% from 255 or 34.90% from 510); Blue value is 112 (44.14% from 255 or 21.96% from 510); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB270 is #234D8F. Grayscale: #B7B7B7. Windows color (decimal): -2313616 or 7385820. OLE color: 7385820.

HSL color Cylindrical-coordinate representation of color #DCB270: hue angle of 36.67º degrees, saturation: 0.61, 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 #DCB270 is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB220178112-
CMYK00.190.490.14
HSL36.67º60.67%65.1%-
HSV(B)36.67º49.09%86.27%-
XYZ48.3648.2322.09-
YUV183.0387.91154.37-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.14%
GREEN value IS 178 (69.92% from 255) = 34.90%
BLUE value IS 112 (44.14% from 255) = 21.96%
R=43.14%
G=34.90%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.49
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017811200.190.490.1436.6760.6765.1
HexDCB27001331E253d41
Octal33426216002361164575101
Binary1101110010110010111000001001111000111101001011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dcb270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dcb270; }

 p { color: rgb(220,178,112); }

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

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

 a { background-color: rgb(220,178,112); }

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

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

 span { border-color: rgb(220,178,112); }

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