Html Css Color HEX #DFB470 Harvest Gold

📋 copy color: '#DFB470'

red 223 ◦ green 180 ◦ blue 112

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

Shades of Harvest Gold #DFB470

Tints of Harvest Gold #DFB470

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.95%

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

R = 43.3%
G = 34.95%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DFB470 (or 0xDFB470) is known color: Harvest Gold. HEX triplet: DF, B4 and 70. RGB value is (223,180,112). Sum of RGB (Red+Green+Blue) = 223+180+112=515 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.30% from 515); Green value is 180 (70.70% from 255 or 34.95% from 515); Blue value is 112 (44.14% from 255 or 21.75% from 515); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB470 is #204B8F. Grayscale: #B9B9B9. Windows color (decimal): -2116496 or 7386335. OLE color: 7386335.

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

Color convert

RGB 223 180 112 -
CMYK 0 0.19 0.50 0.13
HSL 36.76º 0.63% 0.66% -
HSV(B) 36.76º 0.5% 0.87% -
XYZ 49.68 49.5 22.27 -
YUV 185.11 86.75 155.03 -
System Red Green Blue C M Y K H S L
Decimal 223 180 112 0 0.19 0.50 0.13 36.76 0.63 0.66
Hex DF B4 70 0 13 32 D 25 3F 42
Octal 337 264 160 0 23 62 15 45 77 102
Binary 11011111 10110100 1110000 0 10011 110010 1101 100101 111111 1000010

Color Harmonies of #DFB470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB470

Black with #DFB470

Text Example


Text Example

White with #DFB470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB470; }

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

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

background-color css

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

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

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

border-color css

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

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

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