Html Css Color HEX #DFB370 Harvest Gold

📋 copy color: '#DFB370'

red 223 ◦ green 179 ◦ blue 112

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

Shades of Harvest Gold #DFB370

Tints of Harvest Gold #DFB370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.79%

R = 43.39%
G = 34.82%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DFB370 (or 0xDFB370) is known color: Harvest Gold. HEX triplet: DF, B3 and 70. RGB value is (223,179,112). Sum of RGB (Red+Green+Blue) = 223+179+112=514 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.39% from 514); Green value is 179 (70.31% from 255 or 34.82% from 514); Blue value is 112 (44.14% from 255 or 21.79% from 514); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB370 is #204C8F. Grayscale: #B8B8B8. Windows color (decimal): -2116752 or 7386079. OLE color: 7386079.

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

Color convert

RGB 223 179 112 -
CMYK 0 0.20 0.50 0.13
HSL 36.22º 0.63% 0.66% -
HSV(B) 36.22º 0.5% 0.87% -
XYZ 49.48 49.1 22.2 -
YUV 184.52 87.08 155.45 -
System Red Green Blue C M Y K H S L
Decimal 223 179 112 0 0.20 0.50 0.13 36.22 0.63 0.66
Hex DF B3 70 0 14 32 D 24 3F 42
Octal 337 263 160 0 24 62 15 44 77 102
Binary 11011111 10110011 1110000 0 10100 110010 1101 100100 111111 1000010

Color Harmonies of #DFB370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB370

Black with #DFB370

Text Example


Text Example

White with #DFB370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB370; }

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

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

background-color css

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

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

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

border-color css

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

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

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