Html Css Color HEX #DEA972 Manhattan

📋 copy color: '#DEA972'

red 222 ◦ green 169 ◦ blue 114

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

Shades of Manhattan #DEA972

Tints of Manhattan #DEA972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.57%

R = 43.96%
G = 33.47%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DEA972 (or 0xDEA972) is known color: Manhattan. HEX triplet: DE, A9 and 72. RGB value is (222,169,114). Sum of RGB (Red+Green+Blue) = 222+169+114=505 (66% of max value = 765). Red value is 222 (87.11% from 255 or 43.96% from 505); Green value is 169 (66.41% from 255 or 33.47% from 505); Blue value is 114 (44.92% from 255 or 22.57% from 505); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA972 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA972 is #21568D. Grayscale: #B2B2B2. Windows color (decimal): -2184846 or 7514590. OLE color: 7514590.

HSL color Cylindrical-coordinate representation of color #DEA972: hue angle of 30.56º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DEA972 is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 169 114 -
CMYK 0 0.24 0.49 0.13
HSL 30.56º 0.62% 0.66% -
HSV(B) 30.56º 0.49% 0.87% -
XYZ 47.35 45.12 22.13 -
YUV 178.58 91.56 158.97 -
System Red Green Blue C M Y K H S L
Decimal 222 169 114 0 0.24 0.49 0.13 30.56 0.62 0.66
Hex DE A9 72 0 18 31 D 1F 3E 42
Octal 336 251 162 0 30 61 15 37 76 102
Binary 11011110 10101001 1110010 0 11000 110001 1101 11111 111110 1000010

Color Harmonies of #DEA972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA972

Black with #DEA972

Text Example


Text Example

White with #DEA972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA972; }

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

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

background-color css

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

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

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

border-color css

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

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

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