#DDAE7B

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

Shades of Manhattan #DDAE7B

Tints of Manhattan #DDAE7B

Color information

#DDAE7B (or 0xDDAE7B) is unknown color: approx Manhattan. HEX triplet: DD, AE and 7B. RGB value is (221,174,123). Sum of RGB (Red+Green+Blue) = 221+174+123=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 174 (68.36% from 255 or 33.59% from 518); Blue value is 123 (48.44% from 255 or 23.75% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAE7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAE7B is #225184. Grayscale: #B6B6B6. Windows color (decimal): -2249093 or 8105693. OLE color: 8105693.

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

Color convert

RGB221174123-
CMYK00.210.440.13
HSL31.22º59.04%67.45%-
HSV(B)31.22º44.34%86.67%-
XYZ48.5347.0725.27-
YUV182.2494.57155.65-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.66%
GREEN value IS 174 (68.36% from 255) = 33.59%
BLUE value IS 123 (48.44% from 255) = 23.75%
R=42.66%
G=33.59%
B=23.75%

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
Decimal22117412300.210.440.1331.2259.0467.45
HexDDAE7B0152CD1f3b43
Octal33525617302554153773103
Binary110111011010111011110110101011011001101111111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAE7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAE7B; }

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

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

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

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

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

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

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

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