Html Css Color HEX #DFB374 Harvest Gold

📋 copy color: '#DFB374'

red 223 ◦ green 179 ◦ blue 116

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

Shades of Harvest Gold #DFB374

Tints of Harvest Gold #DFB374

RGB

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

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

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

R = 43.05%
G = 34.56%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DFB374 (or 0xDFB374) is known color: Harvest Gold. HEX triplet: DF, B3 and 74. RGB value is (223,179,116). Sum of RGB (Red+Green+Blue) = 223+179+116=518 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.05% from 518); Green value is 179 (70.31% from 255 or 34.56% from 518); Blue value is 116 (45.70% from 255 or 22.39% from 518); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB374 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB374 is #204C8B. Grayscale: #B9B9B9. Windows color (decimal): -2116748 or 7648223. OLE color: 7648223.

HSL color Cylindrical-coordinate representation of color #DFB374: hue angle of 35.33º 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 #DFB374 is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 179 116 -
CMYK 0 0.20 0.48 0.13
HSL 35.33º 0.63% 0.66% -
HSV(B) 35.33º 0.48% 0.87% -
XYZ 49.7 49.19 23.4 -
YUV 184.97 89.08 155.12 -
System Red Green Blue C M Y K H S L
Decimal 223 179 116 0 0.20 0.48 0.13 35.33 0.63 0.66
Hex DF B3 74 0 14 30 D 23 3F 42
Octal 337 263 164 0 24 60 15 43 77 102
Binary 11011111 10110011 1110100 0 10100 110000 1101 100011 111111 1000010

Color Harmonies of #DFB374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB374

Black with #DFB374

Text Example


Text Example

White with #DFB374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB374; }

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

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

background-color css

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

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

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

border-color css

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

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

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