Html Css Color HEX #DCB573 Harvest Gold

📋 copy color: '#DCB573'

red 220 ◦ green 181 ◦ blue 115

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

Shades of Harvest Gold #DCB573

Tints of Harvest Gold #DCB573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 22.29%

R = 42.64%
G = 35.08%
B = 22.29%

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

#DCB573 (or 0xDCB573) is known color: Harvest Gold. HEX triplet: DC, B5 and 73. RGB value is (220,181,115). Sum of RGB (Red+Green+Blue) = 220+181+115=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 181 (71.09% from 255 or 35.08% from 516); Blue value is 115 (45.31% from 255 or 22.29% from 516); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB573 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB573 is #234A8C. Grayscale: #B9B9B9. Windows color (decimal): -2312845 or 7583196. OLE color: 7583196.

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

Color convert

RGB 220 181 115 -
CMYK 0 0.18 0.48 0.14
HSL 37.71º 0.6% 0.66% -
HSV(B) 37.71º 0.48% 0.86% -
XYZ 49.13 49.5 23.18 -
YUV 185.14 88.42 152.87 -
System Red Green Blue C M Y K H S L
Decimal 220 181 115 0 0.18 0.48 0.14 37.71 0.6 0.66
Hex DC B5 73 0 12 30 E 26 3C 42
Octal 334 265 163 0 22 60 16 46 74 102
Binary 11011100 10110101 1110011 0 10010 110000 1110 100110 111100 1000010

Color Harmonies of #DCB573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB573

Black with #DCB573

Text Example


Text Example

White with #DCB573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB573; }

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

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

background-color css

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

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

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

border-color css

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

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

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