Html Css Color HEX #DEAF76 Manhattan

📋 copy color: '#DEAF76'

red 222 ◦ green 175 ◦ blue 118

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

Shades of Manhattan #DEAF76

Tints of Manhattan #DEAF76

RGB

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

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

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

R = 43.11%
G = 33.98%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DEAF76 (or 0xDEAF76) is known color: Manhattan. HEX triplet: DE, AF and 76. RGB value is (222,175,118). Sum of RGB (Red+Green+Blue) = 222+175+118=515 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.11% from 515); Green value is 175 (68.75% from 255 or 33.98% from 515); Blue value is 118 (46.48% from 255 or 22.91% from 515); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAF76 is #215089. Grayscale: #B6B6B6. Windows color (decimal): -2183306 or 7778270. OLE color: 7778270.

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

Color convert

RGB 222 175 118 -
CMYK 0 0.21 0.47 0.13
HSL 32.88º 0.61% 0.67% -
HSV(B) 32.88º 0.47% 0.87% -
XYZ 48.72 47.5 23.74 -
YUV 182.56 91.57 156.13 -
System Red Green Blue C M Y K H S L
Decimal 222 175 118 0 0.21 0.47 0.13 32.88 0.61 0.67
Hex DE AF 76 0 15 2F D 21 3D 43
Octal 336 257 166 0 25 57 15 41 75 103
Binary 11011110 10101111 1110110 0 10101 101111 1101 100001 111101 1000011

Color Harmonies of #DEAF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAF76

Black with #DEAF76

Text Example


Text Example

White with #DEAF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAF76; }

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

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

background-color css

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

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

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

border-color css

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

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

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