Html Css Color HEX #DEA874 Manhattan

📋 copy color: '#DEA874'

red 222 ◦ green 168 ◦ blue 116

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

Shades of Manhattan #DEA874

Tints of Manhattan #DEA874

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.2%

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

R = 43.87%
G = 33.2%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DEA874 (or 0xDEA874) is known color: Manhattan. HEX triplet: DE, A8 and 74. RGB value is (222,168,116). Sum of RGB (Red+Green+Blue) = 222+168+116=506 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.87% from 506); Green value is 168 (66.02% from 255 or 33.20% from 506); Blue value is 116 (45.70% from 255 or 22.92% from 506); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA874 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA874 is #21578B. Grayscale: #B2B2B2. Windows color (decimal): -2185100 or 7645406. OLE color: 7645406.

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

Color convert

RGB 222 168 116 -
CMYK 0 0.24 0.48 0.13
HSL 29.43º 0.62% 0.66% -
HSV(B) 29.43º 0.48% 0.87% -
XYZ 47.28 44.8 22.68 -
YUV 178.22 92.89 159.23 -
System Red Green Blue C M Y K H S L
Decimal 222 168 116 0 0.24 0.48 0.13 29.43 0.62 0.66
Hex DE A8 74 0 18 30 D 1D 3E 42
Octal 336 250 164 0 30 60 15 35 76 102
Binary 11011110 10101000 1110100 0 11000 110000 1101 11101 111110 1000010

Color Harmonies of #DEA874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA874

Black with #DEA874

Text Example


Text Example

White with #DEA874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA874; }

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

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

background-color css

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

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

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

border-color css

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

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

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