Html Css Color HEX #DFAA6E Harvest Gold

📋 copy color: '#DFAA6E'

red 223 ◦ green 170 ◦ blue 110

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

Shades of Harvest Gold #DFAA6E

Tints of Harvest Gold #DFAA6E

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.8%

 BLUE value IS 110 (43.36% from 255) = 21.87%

R = 44.33%
G = 33.8%
B = 21.87%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DFAA6E (or 0xDFAA6E) is known color: Harvest Gold. HEX triplet: DF, AA and 6E. RGB value is (223,170,110). Sum of RGB (Red+Green+Blue) = 223+170+110=503 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.33% from 503); Green value is 170 (66.80% from 255 or 33.80% from 503); Blue value is 110 (43.36% from 255 or 21.87% from 503); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAA6E is #205591. Grayscale: #B3B3B3. Windows color (decimal): -2119058 or 7252703. OLE color: 7252703.

HSL color Cylindrical-coordinate representation of color #DFAA6E: hue angle of 31.86º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DFAA6E is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 170 110 -
CMYK 0 0.24 0.51 0.13
HSL 31.86º 0.64% 0.65% -
HSV(B) 31.86º 0.51% 0.87% -
XYZ 47.62 45.56 21.04 -
YUV 179.01 89.06 159.38 -
System Red Green Blue C M Y K H S L
Decimal 223 170 110 0 0.24 0.51 0.13 31.86 0.64 0.65
Hex DF AA 6E 0 18 33 D 20 40 41
Octal 337 252 156 0 30 63 15 40 100 101
Binary 11011111 10101010 1101110 0 11000 110011 1101 100000 1000000 1000001

Color Harmonies of #DFAA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAA6E

Black with #DFAA6E

Text Example


Text Example

White with #DFAA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAA6E; }

 p { color: rgb(223,170,110); }

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

background-color css

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

 a { background-color: rgb(223,170,110); }

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

border-color css

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

 span { border-color: rgb(223,170,110); }

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