Html Css Color HEX #DCB371 Harvest Gold

📋 copy color: '#DCB371'

red 220 ◦ green 179 ◦ blue 113

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

Shades of Harvest Gold #DCB371

Tints of Harvest Gold #DCB371

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.96%

 BLUE value IS 113 (44.53% from 255) = 22.07%

R = 42.97%
G = 34.96%
B = 22.07%

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

#DCB371 (or 0xDCB371) is known color: Harvest Gold. HEX triplet: DC, B3 and 71. RGB value is (220,179,113). Sum of RGB (Red+Green+Blue) = 220+179+113=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 179 (70.31% from 255 or 34.96% from 512); Blue value is 113 (44.53% from 255 or 22.07% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB371 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB371 is #234C8E. Grayscale: #B8B8B8. Windows color (decimal): -2313359 or 7451612. OLE color: 7451612.

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

Color convert

RGB 220 179 113 -
CMYK 0 0.19 0.49 0.14
HSL 37.01º 0.6% 0.65% -
HSV(B) 37.01º 0.49% 0.86% -
XYZ 48.62 48.65 22.45 -
YUV 183.74 88.08 153.87 -
System Red Green Blue C M Y K H S L
Decimal 220 179 113 0 0.19 0.49 0.14 37.01 0.6 0.65
Hex DC B3 71 0 13 31 E 25 3C 41
Octal 334 263 161 0 23 61 16 45 74 101
Binary 11011100 10110011 1110001 0 10011 110001 1110 100101 111100 1000001

Color Harmonies of #DCB371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB371

Black with #DCB371

Text Example


Text Example

White with #DCB371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB371; }

 p { color: rgb(220,179,113); }

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

background-color css

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

 a { background-color: rgb(220,179,113); }

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

border-color css

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

 span { border-color: rgb(220,179,113); }

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