Html Css Color HEX #DFB574 Harvest Gold

📋 copy color: '#DFB574'

red 223 ◦ green 181 ◦ blue 116

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

Shades of Harvest Gold #DFB574

Tints of Harvest Gold #DFB574

RGB

 RED value IS 223 (87.5% from 255) = 42.88%

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

 BLUE value IS 116 (45.7% from 255) = 22.31%

R = 42.88%
G = 34.81%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DFB574 (or 0xDFB574) is known color: Harvest Gold. HEX triplet: DF, B5 and 74. RGB value is (223,181,116). Sum of RGB (Red+Green+Blue) = 223+181+116=520 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.88% from 520); Green value is 181 (71.09% from 255 or 34.81% from 520); Blue value is 116 (45.70% from 255 or 22.31% from 520); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB574 is #204A8B. Grayscale: #BABABA. Windows color (decimal): -2116236 or 7648735. OLE color: 7648735.

HSL color Cylindrical-coordinate representation of color #DFB574: hue angle of 36.45º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DFB574 is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 181 116 -
CMYK 0 0.19 0.48 0.13
HSL 36.45º 0.63% 0.66% -
HSV(B) 36.45º 0.48% 0.87% -
XYZ 50.11 50 23.53 -
YUV 186.15 88.41 154.29 -
System Red Green Blue C M Y K H S L
Decimal 223 181 116 0 0.19 0.48 0.13 36.45 0.63 0.66
Hex DF B5 74 0 13 30 D 24 3F 42
Octal 337 265 164 0 23 60 15 44 77 102
Binary 11011111 10110101 1110100 0 10011 110000 1101 100100 111111 1000010

Color Harmonies of #DFB574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB574

Black with #DFB574

Text Example


Text Example

White with #DFB574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB574; }

 p { color: rgb(223,181,116); }

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

background-color css

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

 a { background-color: rgb(223,181,116); }

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

border-color css

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

 span { border-color: rgb(223,181,116); }

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