Html Css Color HEX #DEAF7F Manhattan

📋 copy color: '#DEAF7F'

red 222 ◦ green 175 ◦ blue 127

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

Shades of Manhattan #DEAF7F

Tints of Manhattan #DEAF7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.24%

R = 42.37%
G = 33.4%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DEAF7F (or 0xDEAF7F) is known color: Manhattan. HEX triplet: DE, AF and 7F. RGB value is (222,175,127). Sum of RGB (Red+Green+Blue) = 222+175+127=524 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.37% from 524); Green value is 175 (68.75% from 255 or 33.40% from 524); Blue value is 127 (50% from 255 or 24.24% from 524); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAF7F is #215080. Grayscale: #B7B7B7. Windows color (decimal): -2183297 or 8368094. OLE color: 8368094.

HSL color Cylindrical-coordinate representation of color #DEAF7F: hue angle of 30.32º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DEAF7F is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 175 127 -
CMYK 0 0.21 0.43 0.13
HSL 30.32º 0.59% 0.68% -
HSV(B) 30.32º 0.43% 0.87% -
XYZ 49.28 47.72 26.69 -
YUV 183.58 96.07 155.4 -
System Red Green Blue C M Y K H S L
Decimal 222 175 127 0 0.21 0.43 0.13 30.32 0.59 0.68
Hex DE AF 7F 0 15 2B D 1E 3B 44
Octal 336 257 177 0 25 53 15 36 73 104
Binary 11011110 10101111 1111111 0 10101 101011 1101 11110 111011 1000100

Color Harmonies of #DEAF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAF7F

Black with #DEAF7F

Text Example


Text Example

White with #DEAF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAF7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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