Html Css Color HEX #DCB472 Harvest Gold

📋 copy color: '#DCB472'

red 220 ◦ green 180 ◦ blue 114

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

Shades of Harvest Gold #DCB472

Tints of Harvest Gold #DCB472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.18%

R = 42.8%
G = 35.02%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DCB472 (or 0xDCB472) is known color: Harvest Gold. HEX triplet: DC, B4 and 72. RGB value is (220,180,114). Sum of RGB (Red+Green+Blue) = 220+180+114=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 180 (70.70% from 255 or 35.02% from 514); Blue value is 114 (44.92% from 255 or 22.18% from 514); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB472 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB472 is #234B8D. Grayscale: #B8B8B8. Windows color (decimal): -2313102 or 7517404. OLE color: 7517404.

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

Color convert

RGB 220 180 114 -
CMYK 0 0.18 0.48 0.14
HSL 37.36º 0.6% 0.65% -
HSV(B) 37.36º 0.48% 0.86% -
XYZ 48.87 49.07 22.82 -
YUV 184.44 88.25 153.37 -
System Red Green Blue C M Y K H S L
Decimal 220 180 114 0 0.18 0.48 0.14 37.36 0.6 0.65
Hex DC B4 72 0 12 30 E 25 3C 41
Octal 334 264 162 0 22 60 16 45 74 101
Binary 11011100 10110100 1110010 0 10010 110000 1110 100101 111100 1000001

Color Harmonies of #DCB472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB472

Black with #DCB472

Text Example


Text Example

White with #DCB472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB472; }

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

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

background-color css

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

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

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

border-color css

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

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

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