#DEA76E

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

Shades of Manhattan #DEA76E

Tints of Manhattan #DEA76E

Color information

#DEA76E (or 0xDEA76E) is unknown color: approx Manhattan. HEX triplet: DE, A7 and 6E. RGB value is (222,167,110). Sum of RGB (Red+Green+Blue) = 222+167+110=499 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.49% from 499); Green value is 167 (65.62% from 255 or 33.47% from 499); Blue value is 110 (43.36% from 255 or 22.04% from 499); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA76E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA76E is #215891. Grayscale: #B1B1B1. Windows color (decimal): -2185362 or 7251934. OLE color: 7251934.

HSL color Cylindrical-coordinate representation of color #DEA76E: hue angle of 30.54º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DEA76E is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB222167110-
CMYK00.250.500.13
HSL30.54º62.92%65.1%-
HSV(B)30.54º50.45%87.06%-
XYZ46.7644.2920.84-
YUV176.9590.22160.13-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.49%
GREEN value IS 167 (65.62% from 255) = 33.47%
BLUE value IS 110 (43.36% from 255) = 22.04%
R=44.49%
G=33.47%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216711000.250.500.1330.5462.9265.1
HexDEA76E01932D1f3f41
Octal33624715603162153777101
Binary110111101010011111011100110011100101101111111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA76E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA76E; }

 p { color: rgb(222,167,110); }

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

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

 a { background-color: rgb(222,167,110); }

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

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

 span { border-color: rgb(222,167,110); }

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