Html Css Color HEX #DFB774 Harvest Gold

📋 copy color: '#DFB774'

red 223 ◦ green 183 ◦ blue 116

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

Shades of Harvest Gold #DFB774

Tints of Harvest Gold #DFB774

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.06%

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

R = 42.72%
G = 35.06%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DFB774 (or 0xDFB774) is known color: Harvest Gold. HEX triplet: DF, B7 and 74. RGB value is (223,183,116). Sum of RGB (Red+Green+Blue) = 223+183+116=522 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.72% from 522); Green value is 183 (71.88% from 255 or 35.06% from 522); Blue value is 116 (45.70% from 255 or 22.22% from 522); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB774 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB774 is #20488B. Grayscale: #BBBBBB. Windows color (decimal): -2115724 or 7649247. OLE color: 7649247.

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

Color convert

RGB 223 183 116 -
CMYK 0 0.18 0.48 0.13
HSL 37.57º 0.63% 0.66% -
HSV(B) 37.57º 0.48% 0.87% -
XYZ 50.52 50.82 23.67 -
YUV 187.32 87.75 153.45 -
System Red Green Blue C M Y K H S L
Decimal 223 183 116 0 0.18 0.48 0.13 37.57 0.63 0.66
Hex DF B7 74 0 12 30 D 26 3F 42
Octal 337 267 164 0 22 60 15 46 77 102
Binary 11011111 10110111 1110100 0 10010 110000 1101 100110 111111 1000010

Color Harmonies of #DFB774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB774

Black with #DFB774

Text Example


Text Example

White with #DFB774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB774; }

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

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

background-color css

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

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

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

border-color css

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

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

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