Html Css Color HEX #DCB270 Harvest Gold

📋 copy color: '#DCB270'

red 220 ◦ green 178 ◦ blue 112

#DCB270
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harvest Gold #DCB270

Tints of Harvest Gold #DCB270

RGB

 RED value IS 220 (86.33% from 255) = 43.14%

 GREEN value IS 178 (69.92% from 255) = 34.9%

 BLUE value IS 112 (44.14% from 255) = 21.96%

R = 43.14%
G = 34.9%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DCB270 (or 0xDCB270) is known color: 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

RGB 220 178 112 -
CMYK 0 0.19 0.49 0.14
HSL 36.67º 0.61% 0.65% -
HSV(B) 36.67º 0.49% 0.86% -
XYZ 48.36 48.23 22.09 -
YUV 183.03 87.91 154.37 -
System Red Green Blue C M Y K H S L
Decimal 220 178 112 0 0.19 0.49 0.14 36.67 0.61 0.65
Hex DC B2 70 0 13 31 E 25 3D 41
Octal 334 262 160 0 23 61 16 45 75 101
Binary 11011100 10110010 1110000 0 10011 110001 1110 100101 111101 1000001

Color Harmonies of #DCB270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB270

Black with #DCB270

Text Example


Text Example

White with #DCB270

Text Example


Text Example

HTML Codes & Css Web 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>