Html Css Color HEX #DEAA78 Manhattan

📋 copy color: '#DEAA78'

red 222 ◦ green 170 ◦ blue 120

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

Shades of Manhattan #DEAA78

Tints of Manhattan #DEAA78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 23.44%

R = 43.36%
G = 33.2%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DEAA78 (or 0xDEAA78) is known color: Manhattan. HEX triplet: DE, AA and 78. RGB value is (222,170,120). Sum of RGB (Red+Green+Blue) = 222+170+120=512 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.36% from 512); Green value is 170 (66.80% from 255 or 33.20% from 512); Blue value is 120 (47.27% from 255 or 23.44% from 512); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAA78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAA78 is #215587. Grayscale: #B4B4B4. Windows color (decimal): -2184584 or 7908062. OLE color: 7908062.

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

Color convert

RGB 222 170 120 -
CMYK 0 0.23 0.46 0.13
HSL 29.41º 0.61% 0.67% -
HSV(B) 29.41º 0.46% 0.87% -
XYZ 47.89 45.64 24.05 -
YUV 179.85 94.23 158.07 -
System Red Green Blue C M Y K H S L
Decimal 222 170 120 0 0.23 0.46 0.13 29.41 0.61 0.67
Hex DE AA 78 0 17 2E D 1D 3D 43
Octal 336 252 170 0 27 56 15 35 75 103
Binary 11011110 10101010 1111000 0 10111 101110 1101 11101 111101 1000011

Color Harmonies of #DEAA78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAA78

Black with #DEAA78

Text Example


Text Example

White with #DEAA78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAA78; }

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

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

background-color css

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

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

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

border-color css

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

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

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