Html Css Color HEX #DFB674 Harvest Gold

📋 copy color: '#DFB674'

red 223 ◦ green 182 ◦ blue 116

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

Shades of Harvest Gold #DFB674

Tints of Harvest Gold #DFB674

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.93%

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

R = 42.8%
G = 34.93%
B = 22.26%

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

#DFB674 (or 0xDFB674) is known color: Harvest Gold. HEX triplet: DF, B6 and 74. RGB value is (223,182,116). Sum of RGB (Red+Green+Blue) = 223+182+116=521 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.80% from 521); Green value is 182 (71.48% from 255 or 34.93% from 521); Blue value is 116 (45.70% from 255 or 22.26% from 521); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB674 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB674 is #20498B. Grayscale: #BBBBBB. Windows color (decimal): -2115980 or 7648991. OLE color: 7648991.

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

Color convert

RGB 223 182 116 -
CMYK 0 0.18 0.48 0.13
HSL 37.01º 0.63% 0.66% -
HSV(B) 37.01º 0.48% 0.87% -
XYZ 50.31 50.4 23.6 -
YUV 186.74 88.08 153.87 -
System Red Green Blue C M Y K H S L
Decimal 223 182 116 0 0.18 0.48 0.13 37.01 0.63 0.66
Hex DF B6 74 0 12 30 D 25 3F 42
Octal 337 266 164 0 22 60 15 45 77 102
Binary 11011111 10110110 1110100 0 10010 110000 1101 100101 111111 1000010

Color Harmonies of #DFB674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB674

Black with #DFB674

Text Example


Text Example

White with #DFB674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB674; }

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

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

background-color css

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

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

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

border-color css

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

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

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