Html Css Color HEX #DEAF6F Harvest Gold

📋 copy color: '#DEAF6F'

red 222 ◦ green 175 ◦ blue 111

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

Shades of Harvest Gold #DEAF6F

Tints of Harvest Gold #DEAF6F

RGB

 RED value IS 222 (87.11% from 255) = 43.7%

 GREEN value IS 175 (68.75% from 255) = 34.45%

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

R = 43.7%
G = 34.45%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.5

 K value IS 0.13

RGB Variations

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

Color information

#DEAF6F (or 0xDEAF6F) is known color: Harvest Gold. HEX triplet: DE, AF and 6F. RGB value is (222,175,111). Sum of RGB (Red+Green+Blue) = 222+175+111=508 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.70% from 508); Green value is 175 (68.75% from 255 or 34.45% from 508); Blue value is 111 (43.75% from 255 or 21.85% from 508); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAF6F is #215090. Grayscale: #B6B6B6. Windows color (decimal): -2183313 or 7319518. OLE color: 7319518.

HSL color Cylindrical-coordinate representation of color #DEAF6F: hue angle of 34.59º degrees, saturation: 0.63, 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 #DEAF6F is Cyan = 0, Magento = 0.21, Yellow = 0.5 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 175 111 -
CMYK 0 0.21 0.5 0.13
HSL 34.59º 0.63% 0.65% -
HSV(B) 34.59º 0.5% 0.87% -
XYZ 48.32 47.34 21.63 -
YUV 181.76 88.07 156.7 -
System Red Green Blue C M Y K H S L
Decimal 222 175 111 0 0.21 0.5 0.13 34.59 0.63 0.65
Hex DE AF 6F 0 15 32 D 23 3F 41
Octal 336 257 157 0 25 62 15 43 77 101
Binary 11011110 10101111 1101111 0 10101 110010 1101 100011 111111 1000001

Color Harmonies of #DEAF6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAF6F

Black with #DEAF6F

Text Example


Text Example

White with #DEAF6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAF6F; }

 p { color: rgb(222,175,111); }

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

background-color css

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

 a { background-color: rgb(222,175,111); }

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

border-color css

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

 span { border-color: rgb(222,175,111); }

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