Html Css Color HEX #DFB474 Harvest Gold

📋 copy color: '#DFB474'

red 223 ◦ green 180 ◦ blue 116

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

Shades of Harvest Gold #DFB474

Tints of Harvest Gold #DFB474

RGB

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

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

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

R = 42.97%
G = 34.68%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DFB474 (or 0xDFB474) is known color: Harvest Gold. HEX triplet: DF, B4 and 74. RGB value is (223,180,116). Sum of RGB (Red+Green+Blue) = 223+180+116=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 180 (70.70% from 255 or 34.68% from 519); Blue value is 116 (45.70% from 255 or 22.35% from 519); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB474 is #204B8B. Grayscale: #B9B9B9. Windows color (decimal): -2116492 or 7648479. OLE color: 7648479.

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

Color convert

RGB 223 180 116 -
CMYK 0 0.19 0.48 0.13
HSL 35.89º 0.63% 0.66% -
HSV(B) 35.89º 0.48% 0.87% -
XYZ 49.91 49.59 23.46 -
YUV 185.56 88.75 154.7 -
System Red Green Blue C M Y K H S L
Decimal 223 180 116 0 0.19 0.48 0.13 35.89 0.63 0.66
Hex DF B4 74 0 13 30 D 24 3F 42
Octal 337 264 164 0 23 60 15 44 77 102
Binary 11011111 10110100 1110100 0 10011 110000 1101 100100 111111 1000010

Color Harmonies of #DFB474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB474

Black with #DFB474

Text Example


Text Example

White with #DFB474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB474; }

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

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

background-color css

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

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

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

border-color css

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

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

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