Html Css Color HEX #DEAF85 Manhattan

📋 copy color: '#DEAF85'

red 222 ◦ green 175 ◦ blue 133

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

Shades of Manhattan #DEAF85

Tints of Manhattan #DEAF85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 25.09%

R = 41.89%
G = 33.02%
B = 25.09%

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

#DEAF85 (or 0xDEAF85) is known color: Manhattan. HEX triplet: DE, AF and 85. RGB value is (222,175,133). Sum of RGB (Red+Green+Blue) = 222+175+133=530 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.89% from 530); Green value is 175 (68.75% from 255 or 33.02% from 530); Blue value is 133 (52.34% from 255 or 25.09% from 530); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAF85 is #21507A. Grayscale: #B8B8B8. Windows color (decimal): -2183291 or 8761310. OLE color: 8761310.

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

Color convert

RGB 222 175 133 -
CMYK 0 0.21 0.40 0.13
HSL 28.31º 0.57% 0.7% -
HSV(B) 28.31º 0.4% 0.87% -
XYZ 49.69 47.88 28.81 -
YUV 184.27 99.07 154.92 -
System Red Green Blue C M Y K H S L
Decimal 222 175 133 0 0.21 0.40 0.13 28.31 0.57 0.7
Hex DE AF 85 0 15 28 D 1C 39 46
Octal 336 257 205 0 25 50 15 34 71 106
Binary 11011110 10101111 10000101 0 10101 101000 1101 11100 111001 1000110

Color Harmonies of #DEAF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAF85

Black with #DEAF85

Text Example


Text Example

White with #DEAF85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAF85; }

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

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

background-color css

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

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

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

border-color css

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

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

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