Html Css Color HEX #DEA96E Manhattan

📋 copy color: '#DEA96E'

red 222 ◦ green 169 ◦ blue 110

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

Shades of Manhattan #DEA96E

Tints of Manhattan #DEA96E

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.73%

 BLUE value IS 110 (43.36% from 255) = 21.96%

R = 44.31%
G = 33.73%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DEA96E (or 0xDEA96E) is known color: Manhattan. HEX triplet: DE, A9 and 6E. RGB value is (222,169,110). Sum of RGB (Red+Green+Blue) = 222+169+110=501 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.31% from 501); Green value is 169 (66.41% from 255 or 33.73% from 501); Blue value is 110 (43.36% from 255 or 21.96% from 501); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA96E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA96E is #215691. Grayscale: #B2B2B2. Windows color (decimal): -2184850 or 7252446. OLE color: 7252446.

HSL color Cylindrical-coordinate representation of color #DEA96E: hue angle of 31.61º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DEA96E is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 169 110 -
CMYK 0 0.24 0.50 0.13
HSL 31.61º 0.63% 0.65% -
HSV(B) 31.61º 0.5% 0.87% -
XYZ 47.13 45.03 20.96 -
YUV 178.12 89.56 159.3 -
System Red Green Blue C M Y K H S L
Decimal 222 169 110 0 0.24 0.50 0.13 31.61 0.63 0.65
Hex DE A9 6E 0 18 32 D 20 3F 41
Octal 336 251 156 0 30 62 15 40 77 101
Binary 11011110 10101001 1101110 0 11000 110010 1101 100000 111111 1000001

Color Harmonies of #DEA96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA96E

Black with #DEA96E

Text Example


Text Example

White with #DEA96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA96E; }

 p { color: rgb(222,169,110); }

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

background-color css

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

 a { background-color: rgb(222,169,110); }

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

border-color css

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

 span { border-color: rgb(222,169,110); }

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