#DDAD7B

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

Shades of Manhattan #DDAD7B

Tints of Manhattan #DDAD7B

Color information

#DDAD7B (or 0xDDAD7B) is unknown color: approx Manhattan. HEX triplet: DD, AD and 7B. RGB value is (221,173,123). Sum of RGB (Red+Green+Blue) = 221+173+123=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 173 (67.97% from 255 or 33.46% from 517); Blue value is 123 (48.44% from 255 or 23.79% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAD7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAD7B is #225284. Grayscale: #B5B5B5. Windows color (decimal): -2249349 or 8105437. OLE color: 8105437.

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

Color convert

RGB221173123-
CMYK00.220.440.13
HSL30.61º59.04%67.45%-
HSV(B)30.61º44.34%86.67%-
XYZ48.3446.6925.2-
YUV181.6594.9156.07-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.75%
GREEN value IS 173 (67.97% from 255) = 33.46%
BLUE value IS 123 (48.44% from 255) = 23.79%
R=42.75%
G=33.46%
B=23.79%

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
Decimal22117312300.220.440.1330.6159.0467.45
HexDDAD7B0162CD1f3b43
Octal33525517302654153773103
Binary110111011010110111110110101101011001101111111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAD7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAD7B; }

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

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

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

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

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

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

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

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