#DEB27D

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

Shades of Manhattan #DEB27D

Tints of Manhattan #DEB27D

Color information

#DEB27D (or 0xDEB27D) is unknown color: approx Manhattan. HEX triplet: DE, B2 and 7D. RGB value is (222,178,125). Sum of RGB (Red+Green+Blue) = 222+178+125=525 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.29% from 525); Green value is 178 (69.92% from 255 or 33.90% from 525); Blue value is 125 (49.22% from 255 or 23.81% from 525); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB27D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEB27D is #214D82. Grayscale: #B9B9B9. Windows color (decimal): -2182531 or 8237790. OLE color: 8237790.

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

Color convert

RGB222178125-
CMYK00.200.440.13
HSL32.78º59.51%68.04%-
HSV(B)32.78º43.69%87.06%-
XYZ49.7548.8526.21-
YUV185.1194.08154.31-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.29%
GREEN value IS 178 (69.92% from 255) = 33.90%
BLUE value IS 125 (49.22% from 255) = 23.81%
R=42.29%
G=33.90%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217812500.200.440.1332.7859.5168.04
HexDEB27D0142CD213c44
Octal33626217502454154174104
Binary1101111010110010111110101010010110011011000011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB27D; }

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

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

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

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

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

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

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

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