Html Css Color HEX #DEAF6D Harvest Gold

📋 copy color: '#DEAF6D'

red 222 ◦ green 175 ◦ blue 109

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

Shades of Harvest Gold #DEAF6D

Tints of Harvest Gold #DEAF6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 21.54%

R = 43.87%
G = 34.58%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DEAF6D (or 0xDEAF6D) is known color: Harvest Gold. HEX triplet: DE, AF and 6D. RGB value is (222,175,109). Sum of RGB (Red+Green+Blue) = 222+175+109=506 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.87% from 506); Green value is 175 (68.75% from 255 or 34.58% from 506); Blue value is 109 (42.97% from 255 or 21.54% from 506); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAF6D is #215092. Grayscale: #B5B5B5. Windows color (decimal): -2183315 or 7188446. OLE color: 7188446.

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

Color convert

RGB 222 175 109 -
CMYK 0 0.21 0.51 0.13
HSL 35.04º 0.63% 0.65% -
HSV(B) 35.04º 0.51% 0.87% -
XYZ 48.21 47.29 21.06 -
YUV 181.53 87.07 156.87 -
System Red Green Blue C M Y K H S L
Decimal 222 175 109 0 0.21 0.51 0.13 35.04 0.63 0.65
Hex DE AF 6D 0 15 33 D 23 3F 41
Octal 336 257 155 0 25 63 15 43 77 101
Binary 11011110 10101111 1101101 0 10101 110011 1101 100011 111111 1000001

Color Harmonies of #DEAF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAF6D

Black with #DEAF6D

Text Example


Text Example

White with #DEAF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAF6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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