Html Css Color HEX #DFAC6F Harvest Gold

📋 copy color: '#DFAC6F'

red 223 ◦ green 172 ◦ blue 111

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

Shades of Harvest Gold #DFAC6F

Tints of Harvest Gold #DFAC6F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.99%

 BLUE value IS 111 (43.75% from 255) = 21.94%

R = 44.07%
G = 33.99%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DFAC6F (or 0xDFAC6F) is known color: Harvest Gold. HEX triplet: DF, AC and 6F. RGB value is (223,172,111). Sum of RGB (Red+Green+Blue) = 223+172+111=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 172 (67.58% from 255 or 33.99% from 506); Blue value is 111 (43.75% from 255 or 21.94% from 506); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAC6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAC6F is #205390. Grayscale: #B4B4B4. Windows color (decimal): -2118545 or 7318751. OLE color: 7318751.

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

Color convert

RGB 223 172 111 -
CMYK 0 0.23 0.50 0.13
HSL 32.68º 0.64% 0.65% -
HSV(B) 32.68º 0.5% 0.87% -
XYZ 48.05 46.34 21.45 -
YUV 180.3 88.9 158.46 -
System Red Green Blue C M Y K H S L
Decimal 223 172 111 0 0.23 0.50 0.13 32.68 0.64 0.65
Hex DF AC 6F 0 17 32 D 21 40 41
Octal 337 254 157 0 27 62 15 41 100 101
Binary 11011111 10101100 1101111 0 10111 110010 1101 100001 1000000 1000001

Color Harmonies of #DFAC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAC6F

Black with #DFAC6F

Text Example


Text Example

White with #DFAC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAC6F; }

 p { color: rgb(223,172,111); }

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

background-color css

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

 a { background-color: rgb(223,172,111); }

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

border-color css

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

 span { border-color: rgb(223,172,111); }

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