Html Css Color HEX #DFAE70 Harvest Gold

📋 copy color: '#DFAE70'

red 223 ◦ green 174 ◦ blue 112

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

Shades of Harvest Gold #DFAE70

Tints of Harvest Gold #DFAE70

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.18%

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

R = 43.81%
G = 34.18%
B = 22%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DFAE70 (or 0xDFAE70) is known color: Harvest Gold. HEX triplet: DF, AE and 70. RGB value is (223,174,112). Sum of RGB (Red+Green+Blue) = 223+174+112=509 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.81% from 509); Green value is 174 (68.36% from 255 or 34.18% from 509); Blue value is 112 (44.14% from 255 or 22.00% from 509); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAE70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAE70 is #20518F. Grayscale: #B5B5B5. Windows color (decimal): -2118032 or 7384799. OLE color: 7384799.

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

Color convert

RGB 223 174 112 -
CMYK 0 0.22 0.50 0.13
HSL 33.51º 0.63% 0.66% -
HSV(B) 33.51º 0.5% 0.87% -
XYZ 48.49 47.13 21.87 -
YUV 181.58 88.73 157.54 -
System Red Green Blue C M Y K H S L
Decimal 223 174 112 0 0.22 0.50 0.13 33.51 0.63 0.66
Hex DF AE 70 0 16 32 D 22 3F 42
Octal 337 256 160 0 26 62 15 42 77 102
Binary 11011111 10101110 1110000 0 10110 110010 1101 100010 111111 1000010

Color Harmonies of #DFAE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAE70

Black with #DFAE70

Text Example


Text Example

White with #DFAE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAE70; }

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

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

background-color css

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

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

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

border-color css

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

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

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