Html Css Color HEX #DEAE74 Manhattan

📋 copy color: '#DEAE74'

red 222 ◦ green 174 ◦ blue 116

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

Shades of Manhattan #DEAE74

Tints of Manhattan #DEAE74

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.98%

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

R = 43.36%
G = 33.98%
B = 22.66%

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

#DEAE74 (or 0xDEAE74) is known color: Manhattan. HEX triplet: DE, AE and 74. RGB value is (222,174,116). Sum of RGB (Red+Green+Blue) = 222+174+116=512 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.36% from 512); Green value is 174 (68.36% from 255 or 33.98% from 512); Blue value is 116 (45.70% from 255 or 22.66% from 512); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAE74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAE74 is #21518B. Grayscale: #B6B6B6. Windows color (decimal): -2183564 or 7646942. OLE color: 7646942.

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

Color convert

RGB 222 174 116 -
CMYK 0 0.22 0.48 0.13
HSL 32.83º 0.62% 0.66% -
HSV(B) 32.83º 0.48% 0.87% -
XYZ 48.41 47.06 23.06 -
YUV 181.74 90.9 156.72 -
System Red Green Blue C M Y K H S L
Decimal 222 174 116 0 0.22 0.48 0.13 32.83 0.62 0.66
Hex DE AE 74 0 16 30 D 21 3E 42
Octal 336 256 164 0 26 60 15 41 76 102
Binary 11011110 10101110 1110100 0 10110 110000 1101 100001 111110 1000010

Color Harmonies of #DEAE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAE74

Black with #DEAE74

Text Example


Text Example

White with #DEAE74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAE74; }

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

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

background-color css

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

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

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

border-color css

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

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

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