Html Css Color HEX #DCB570 Harvest Gold

📋 copy color: '#DCB570'

red 220 ◦ green 181 ◦ blue 112

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

Shades of Harvest Gold #DCB570

Tints of Harvest Gold #DCB570

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.28%

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

R = 42.88%
G = 35.28%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DCB570 (or 0xDCB570) is known color: Harvest Gold. HEX triplet: DC, B5 and 70. RGB value is (220,181,112). Sum of RGB (Red+Green+Blue) = 220+181+112=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 181 (71.09% from 255 or 35.28% from 513); Blue value is 112 (44.14% from 255 or 21.83% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB570 is #234A8F. Grayscale: #B9B9B9. Windows color (decimal): -2312848 or 7386588. OLE color: 7386588.

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

Color convert

RGB 220 181 112 -
CMYK 0 0.18 0.49 0.14
HSL 38.33º 0.61% 0.65% -
HSV(B) 38.33º 0.49% 0.86% -
XYZ 48.96 49.43 22.29 -
YUV 184.8 86.92 153.11 -
System Red Green Blue C M Y K H S L
Decimal 220 181 112 0 0.18 0.49 0.14 38.33 0.61 0.65
Hex DC B5 70 0 12 31 E 26 3D 41
Octal 334 265 160 0 22 61 16 46 75 101
Binary 11011100 10110101 1110000 0 10010 110001 1110 100110 111101 1000001

Color Harmonies of #DCB570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB570

Black with #DCB570

Text Example


Text Example

White with #DCB570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB570; }

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

 H1.HeaderClassName
 {
   color: #DCB570;
 }
 .AnyTagClassName
 {
   color: #DCB570;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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