Html Css Color HEX #DFB170 Harvest Gold

📋 copy color: '#DFB170'

red 223 ◦ green 177 ◦ blue 112

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

Shades of Harvest Gold #DFB170

Tints of Harvest Gold #DFB170

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.57%

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

R = 43.55%
G = 34.57%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DFB170 (or 0xDFB170) is known color: Harvest Gold. HEX triplet: DF, B1 and 70. RGB value is (223,177,112). Sum of RGB (Red+Green+Blue) = 223+177+112=512 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.55% from 512); Green value is 177 (69.53% from 255 or 34.57% from 512); Blue value is 112 (44.14% from 255 or 21.88% from 512); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB170 is #204E8F. Grayscale: #B7B7B7. Windows color (decimal): -2117264 or 7385567. OLE color: 7385567.

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

Color convert

RGB 223 177 112 -
CMYK 0 0.21 0.50 0.13
HSL 35.14º 0.63% 0.66% -
HSV(B) 35.14º 0.5% 0.87% -
XYZ 49.08 48.3 22.07 -
YUV 183.34 87.74 156.29 -
System Red Green Blue C M Y K H S L
Decimal 223 177 112 0 0.21 0.50 0.13 35.14 0.63 0.66
Hex DF B1 70 0 15 32 D 23 3F 42
Octal 337 261 160 0 25 62 15 43 77 102
Binary 11011111 10110001 1110000 0 10101 110010 1101 100011 111111 1000010

Color Harmonies of #DFB170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB170

Black with #DFB170

Text Example


Text Example

White with #DFB170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB170; }

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

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

background-color css

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

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

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

border-color css

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

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

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