Html Css Color HEX #DCB470 Harvest Gold

📋 copy color: '#DCB470'

red 220 ◦ green 180 ◦ blue 112

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

Shades of Harvest Gold #DCB470

Tints of Harvest Gold #DCB470

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.16%

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

R = 42.97%
G = 35.16%
B = 21.88%

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

#DCB470 (or 0xDCB470) is known color: Harvest Gold. HEX triplet: DC, B4 and 70. RGB value is (220,180,112). Sum of RGB (Red+Green+Blue) = 220+180+112=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 180 (70.70% from 255 or 35.16% from 512); Blue value is 112 (44.14% from 255 or 21.88% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB470 is #234B8F. Grayscale: #B8B8B8. Windows color (decimal): -2313104 or 7386332. OLE color: 7386332.

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

Color convert

RGB 220 180 112 -
CMYK 0 0.18 0.49 0.14
HSL 37.78º 0.61% 0.65% -
HSV(B) 37.78º 0.49% 0.86% -
XYZ 48.76 49.03 22.22 -
YUV 184.21 87.25 153.53 -
System Red Green Blue C M Y K H S L
Decimal 220 180 112 0 0.18 0.49 0.14 37.78 0.61 0.65
Hex DC B4 70 0 12 31 E 26 3D 41
Octal 334 264 160 0 22 61 16 46 75 101
Binary 11011100 10110100 1110000 0 10010 110001 1110 100110 111101 1000001

Color Harmonies of #DCB470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB470

Black with #DCB470

Text Example


Text Example

White with #DCB470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB470; }

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

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

background-color css

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

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

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

border-color css

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

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

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