Html Css Color HEX #DEAD74 Manhattan

📋 copy color: '#DEAD74'

red 222 ◦ green 173 ◦ blue 116

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

Shades of Manhattan #DEAD74

Tints of Manhattan #DEAD74

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.86%

 BLUE value IS 116 (45.7% from 255) = 22.7%

R = 43.44%
G = 33.86%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DEAD74 (or 0xDEAD74) is known color: Manhattan. HEX triplet: DE, AD and 74. RGB value is (222,173,116). Sum of RGB (Red+Green+Blue) = 222+173+116=511 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.44% from 511); Green value is 173 (67.97% from 255 or 33.86% from 511); Blue value is 116 (45.70% from 255 or 22.70% from 511); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAD74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAD74 is #21528B. Grayscale: #B5B5B5. Windows color (decimal): -2183820 or 7646686. OLE color: 7646686.

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

Color convert

RGB 222 173 116 -
CMYK 0 0.22 0.48 0.13
HSL 32.26º 0.62% 0.66% -
HSV(B) 32.26º 0.48% 0.87% -
XYZ 48.22 46.68 22.99 -
YUV 181.15 91.23 157.13 -
System Red Green Blue C M Y K H S L
Decimal 222 173 116 0 0.22 0.48 0.13 32.26 0.62 0.66
Hex DE AD 74 0 16 30 D 20 3E 42
Octal 336 255 164 0 26 60 15 40 76 102
Binary 11011110 10101101 1110100 0 10110 110000 1101 100000 111110 1000010

Color Harmonies of #DEAD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAD74

Black with #DEAD74

Text Example


Text Example

White with #DEAD74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAD74; }

 p { color: rgb(222,173,116); }

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

background-color css

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

 a { background-color: rgb(222,173,116); }

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

border-color css

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

 span { border-color: rgb(222,173,116); }

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