Html Css Color HEX #DFAA6C Harvest Gold

📋 copy color: '#DFAA6C'

red 223 ◦ green 170 ◦ blue 108

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

Shades of Harvest Gold #DFAA6C

Tints of Harvest Gold #DFAA6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 21.56%

R = 44.51%
G = 33.93%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DFAA6C (or 0xDFAA6C) is known color: Harvest Gold. HEX triplet: DF, AA and 6C. RGB value is (223,170,108). Sum of RGB (Red+Green+Blue) = 223+170+108=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 170 (66.80% from 255 or 33.93% from 501); Blue value is 108 (42.58% from 255 or 21.56% from 501); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAA6C is #205593. Grayscale: #B3B3B3. Windows color (decimal): -2119060 or 7121631. OLE color: 7121631.

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

Color convert

RGB 223 170 108 -
CMYK 0 0.24 0.52 0.13
HSL 32.35º 0.64% 0.65% -
HSV(B) 32.35º 0.52% 0.87% -
XYZ 47.51 45.52 20.47 -
YUV 178.78 88.06 159.54 -
System Red Green Blue C M Y K H S L
Decimal 223 170 108 0 0.24 0.52 0.13 32.35 0.64 0.65
Hex DF AA 6C 0 18 34 D 20 40 41
Octal 337 252 154 0 30 64 15 40 100 101
Binary 11011111 10101010 1101100 0 11000 110100 1101 100000 1000000 1000001

Color Harmonies of #DFAA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAA6C

Black with #DFAA6C

Text Example


Text Example

White with #DFAA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAA6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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