Html Css Color HEX #DEAA76 Manhattan

📋 copy color: '#DEAA76'

red 222 ◦ green 170 ◦ blue 118

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

Shades of Manhattan #DEAA76

Tints of Manhattan #DEAA76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23.14%

R = 43.53%
G = 33.33%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DEAA76 (or 0xDEAA76) is known color: Manhattan. HEX triplet: DE, AA and 76. RGB value is (222,170,118). Sum of RGB (Red+Green+Blue) = 222+170+118=510 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.53% from 510); Green value is 170 (66.80% from 255 or 33.33% from 510); Blue value is 118 (46.48% from 255 or 23.14% from 510); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAA76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAA76 is #215589. Grayscale: #B3B3B3. Windows color (decimal): -2184586 or 7776990. OLE color: 7776990.

HSL color Cylindrical-coordinate representation of color #DEAA76: hue angle of 30º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DEAA76 is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 170 118 -
CMYK 0 0.23 0.47 0.13
HSL 30º 0.61% 0.67% -
HSV(B) 30º 0.47% 0.87% -
XYZ 47.77 45.59 23.42 -
YUV 179.62 93.23 158.23 -
System Red Green Blue C M Y K H S L
Decimal 222 170 118 0 0.23 0.47 0.13 30 0.61 0.67
Hex DE AA 76 0 17 2F D 1E 3D 43
Octal 336 252 166 0 27 57 15 36 75 103
Binary 11011110 10101010 1110110 0 10111 101111 1101 11110 111101 1000011

Color Harmonies of #DEAA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAA76

Black with #DEAA76

Text Example


Text Example

White with #DEAA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAA76; }

 p { color: rgb(222,170,118); }

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

background-color css

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

 a { background-color: rgb(222,170,118); }

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

border-color css

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

 span { border-color: rgb(222,170,118); }

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