#DDAC7B

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

Shades of Manhattan #DDAC7B

Tints of Manhattan #DDAC7B

Color information

#DDAC7B (or 0xDDAC7B) is unknown color: approx Manhattan. HEX triplet: DD, AC and 7B. RGB value is (221,172,123). Sum of RGB (Red+Green+Blue) = 221+172+123=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 123 (48.44% from 255 or 23.84% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAC7B is #225384. Grayscale: #B5B5B5. Windows color (decimal): -2249605 or 8105181. OLE color: 8105181.

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

Color convert

RGB221172123-
CMYK00.220.440.13
HSL30º59.04%67.45%-
HSV(B)30º44.34%86.67%-
XYZ48.1546.3125.14-
YUV181.0695.23156.48-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.83%
GREEN value IS 172 (67.58% from 255) = 33.33%
BLUE value IS 123 (48.44% from 255) = 23.84%
R=42.83%
G=33.33%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117212300.220.440.133059.0467.45
HexDDAC7B0162CD1e3b43
Octal33525417302654153673103
Binary110111011010110011110110101101011001101111101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAC7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAC7B; }

 p { color: rgb(221,172,123); }

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

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

 a { background-color: rgb(221,172,123); }

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

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

 span { border-color: rgb(221,172,123); }

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