Html Css Color HEX #DEAD6E Harvest Gold

📋 copy color: '#DEAD6E'

red 222 ◦ green 173 ◦ blue 110

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

Shades of Harvest Gold #DEAD6E

Tints of Harvest Gold #DEAD6E

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.26%

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

R = 43.96%
G = 34.26%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DEAD6E (or 0xDEAD6E) is known color: Harvest Gold. HEX triplet: DE, AD and 6E. RGB value is (222,173,110). Sum of RGB (Red+Green+Blue) = 222+173+110=505 (66% of max value = 765). Red value is 222 (87.11% from 255 or 43.96% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 110 (43.36% from 255 or 21.78% from 505); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAD6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAD6E is #215291. Grayscale: #B4B4B4. Windows color (decimal): -2183826 or 7253470. OLE color: 7253470.

HSL color Cylindrical-coordinate representation of color #DEAD6E: hue angle of 33.75º 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 #DEAD6E is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 173 110 -
CMYK 0 0.22 0.50 0.13
HSL 33.75º 0.63% 0.65% -
HSV(B) 33.75º 0.5% 0.87% -
XYZ 47.88 46.54 21.21 -
YUV 180.47 88.23 157.62 -
System Red Green Blue C M Y K H S L
Decimal 222 173 110 0 0.22 0.50 0.13 33.75 0.63 0.65
Hex DE AD 6E 0 16 32 D 22 3F 41
Octal 336 255 156 0 26 62 15 42 77 101
Binary 11011110 10101101 1101110 0 10110 110010 1101 100010 111111 1000001

Color Harmonies of #DEAD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAD6E

Black with #DEAD6E

Text Example


Text Example

White with #DEAD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAD6E; }

 p { color: rgb(222,173,110); }

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

background-color css

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

 a { background-color: rgb(222,173,110); }

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

border-color css

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

 span { border-color: rgb(222,173,110); }

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