Html Css Color HEX #DCB471 Harvest Gold

📋 copy color: '#DCB471'

red 220 ◦ green 180 ◦ blue 113

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

Shades of Harvest Gold #DCB471

Tints of Harvest Gold #DCB471

RGB

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

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

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

R = 42.88%
G = 35.09%
B = 22.03%

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

#DCB471 (or 0xDCB471) is known color: Harvest Gold. HEX triplet: DC, B4 and 71. RGB value is (220,180,113). Sum of RGB (Red+Green+Blue) = 220+180+113=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 180 (70.70% from 255 or 35.09% from 513); Blue value is 113 (44.53% from 255 or 22.03% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB471 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB471 is #234B8E. Grayscale: #B8B8B8. Windows color (decimal): -2313103 or 7451868. OLE color: 7451868.

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

Color convert

RGB 220 180 113 -
CMYK 0 0.18 0.49 0.14
HSL 37.57º 0.6% 0.65% -
HSV(B) 37.57º 0.49% 0.86% -
XYZ 48.82 49.05 22.52 -
YUV 184.32 87.75 153.45 -
System Red Green Blue C M Y K H S L
Decimal 220 180 113 0 0.18 0.49 0.14 37.57 0.6 0.65
Hex DC B4 71 0 12 31 E 26 3C 41
Octal 334 264 161 0 22 61 16 46 74 101
Binary 11011100 10110100 1110001 0 10010 110001 1110 100110 111100 1000001

Color Harmonies of #DCB471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB471

Black with #DCB471

Text Example


Text Example

White with #DCB471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB471; }

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

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

background-color css

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

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

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

border-color css

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

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

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