Html Css Color HEX #DFB071 Harvest Gold

📋 copy color: '#DFB071'

red 223 ◦ green 176 ◦ blue 113

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

Shades of Harvest Gold #DFB071

Tints of Harvest Gold #DFB071

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.38%

 BLUE value IS 113 (44.53% from 255) = 22.07%

R = 43.55%
G = 34.38%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DFB071 (or 0xDFB071) is known color: Harvest Gold. HEX triplet: DF, B0 and 71. RGB value is (223,176,113). Sum of RGB (Red+Green+Blue) = 223+176+113=512 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.55% from 512); Green value is 176 (69.14% from 255 or 34.38% from 512); Blue value is 113 (44.53% from 255 or 22.07% from 512); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB071 is #204F8E. Grayscale: #B7B7B7. Windows color (decimal): -2117519 or 7450847. OLE color: 7450847.

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

Color convert

RGB 223 176 113 -
CMYK 0 0.21 0.49 0.13
HSL 34.36º 0.63% 0.66% -
HSV(B) 34.36º 0.49% 0.87% -
XYZ 48.94 47.93 22.3 -
YUV 182.87 88.57 156.62 -
System Red Green Blue C M Y K H S L
Decimal 223 176 113 0 0.21 0.49 0.13 34.36 0.63 0.66
Hex DF B0 71 0 15 31 D 22 3F 42
Octal 337 260 161 0 25 61 15 42 77 102
Binary 11011111 10110000 1110001 0 10101 110001 1101 100010 111111 1000010

Color Harmonies of #DFB071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB071

Black with #DFB071

Text Example


Text Example

White with #DFB071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB071; }

 p { color: rgb(223,176,113); }

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

background-color css

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

 a { background-color: rgb(223,176,113); }

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

border-color css

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

 span { border-color: rgb(223,176,113); }

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