Html Css Color HEX #DEAF74 Manhattan

📋 copy color: '#DEAF74'

red 222 ◦ green 175 ◦ blue 116

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

Shades of Manhattan #DEAF74

Tints of Manhattan #DEAF74

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.11%

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

R = 43.27%
G = 34.11%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DEAF74 (or 0xDEAF74) is known color: Manhattan. HEX triplet: DE, AF and 74. RGB value is (222,175,116). Sum of RGB (Red+Green+Blue) = 222+175+116=513 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.27% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 116 (45.70% from 255 or 22.61% from 513); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAF74 is #21508B. Grayscale: #B6B6B6. Windows color (decimal): -2183308 or 7647198. OLE color: 7647198.

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

Color convert

RGB 222 175 116 -
CMYK 0 0.21 0.48 0.13
HSL 33.4º 0.62% 0.66% -
HSV(B) 33.4º 0.48% 0.87% -
XYZ 48.61 47.45 23.12 -
YUV 182.33 90.57 156.3 -
System Red Green Blue C M Y K H S L
Decimal 222 175 116 0 0.21 0.48 0.13 33.4 0.62 0.66
Hex DE AF 74 0 15 30 D 21 3E 42
Octal 336 257 164 0 25 60 15 41 76 102
Binary 11011110 10101111 1110100 0 10101 110000 1101 100001 111110 1000010

Color Harmonies of #DEAF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAF74

Black with #DEAF74

Text Example


Text Example

White with #DEAF74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAF74; }

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

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

background-color css

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

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

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

border-color css

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

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

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