#DDB17F

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

Shades of Manhattan #DDB17F

Tints of Manhattan #DDB17F

Color information

#DDB17F (or 0xDDB17F) is unknown color: approx Manhattan. HEX triplet: DD, B1 and 7F. RGB value is (221,177,127). Sum of RGB (Red+Green+Blue) = 221+177+127=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 177 (69.53% from 255 or 33.71% from 525); Blue value is 127 (50% from 255 or 24.19% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB17F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB17F is #224E80. Grayscale: #B8B8B8. Windows color (decimal): -2248321 or 8368605. OLE color: 8368605.

HSL color Cylindrical-coordinate representation of color #DDB17F: hue angle of 31.91º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DDB17F is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB221177127-
CMYK00.200.430.13
HSL31.91º58.02%68.24%-
HSV(B)31.91º42.53%86.67%-
XYZ49.3748.3526.81-
YUV184.4695.58154.07-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.10%
GREEN value IS 177 (69.53% from 255) = 33.71%
BLUE value IS 127 (50% from 255) = 24.19%
R=42.10%
G=33.71%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117712700.200.430.1331.9158.0268.24
HexDDB17F0142BD203a44
Octal33526117702453154072104
Binary1101110110110001111111101010010101111011000001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB17F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB17F; }

 p { color: rgb(221,177,127); }

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

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

 a { background-color: rgb(221,177,127); }

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

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

 span { border-color: rgb(221,177,127); }

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