#DEAF7D

Color #DEAF7D Manhattan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manhattan #DEAF7D

Tints of Manhattan #DEAF7D

Color information

#DEAF7D (or 0xDEAF7D) is unknown color: approx Manhattan. HEX triplet: DE, AF and 7D. RGB value is (222,175,125). Sum of RGB (Red+Green+Blue) = 222+175+125=522 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.53% from 522); Green value is 175 (68.75% from 255 or 33.52% from 522); Blue value is 125 (49.22% from 255 or 23.95% from 522); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAF7D is #215082. Grayscale: #B7B7B7. Windows color (decimal): -2183299 or 8237022. OLE color: 8237022.

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

Color convert

RGB222175125-
CMYK00.210.440.13
HSL30.93º59.51%68.04%-
HSV(B)30.93º43.69%87.06%-
XYZ49.1647.6726.01-
YUV183.3595.07155.57-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.53%
GREEN value IS 175 (68.75% from 255) = 33.52%
BLUE value IS 125 (49.22% from 255) = 23.95%
R=42.53%
G=33.52%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217512500.210.440.1330.9359.5168.04
HexDEAF7D0152CD1f3c44
Octal33625717502554153774104
Binary110111101010111111111010101011011001101111111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAF7D; }

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

 H1.HeaderClassName
 {
   color: #DEAF7D;
 }
 .AnyTagClassName
 {
   color: #DEAF7D;
 }
</style>
background-color css

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

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

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

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

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

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