Html Css Color HEX #DEAF86 Manhattan

📋 copy color: '#DEAF86'

red 222 ◦ green 175 ◦ blue 134

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

Shades of Manhattan #DEAF86

Tints of Manhattan #DEAF86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 25.24%

R = 41.81%
G = 32.96%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DEAF86 (or 0xDEAF86) is known color: Manhattan. HEX triplet: DE, AF and 86. RGB value is (222,175,134). Sum of RGB (Red+Green+Blue) = 222+175+134=531 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.81% from 531); Green value is 175 (68.75% from 255 or 32.96% from 531); Blue value is 134 (52.73% from 255 or 25.24% from 531); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAF86 is #215079. Grayscale: #B8B8B8. Windows color (decimal): -2183290 or 8826846. OLE color: 8826846.

HSL color Cylindrical-coordinate representation of color #DEAF86: hue angle of 27.95º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DEAF86 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 175 134 -
CMYK 0 0.21 0.40 0.13
HSL 27.95º 0.57% 0.7% -
HSV(B) 27.95º 0.4% 0.87% -
XYZ 49.76 47.91 29.18 -
YUV 184.38 99.57 154.83 -
System Red Green Blue C M Y K H S L
Decimal 222 175 134 0 0.21 0.40 0.13 27.95 0.57 0.7
Hex DE AF 86 0 15 28 D 1C 39 46
Octal 336 257 206 0 25 50 15 34 71 106
Binary 11011110 10101111 10000110 0 10101 101000 1101 11100 111001 1000110

Color Harmonies of #DEAF86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAF86

Black with #DEAF86

Text Example


Text Example

White with #DEAF86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAF86; }

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

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

background-color css

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

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

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

border-color css

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

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

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