#DDB17E

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

Shades of Manhattan #DDB17E

Tints of Manhattan #DDB17E

Color information

#DDB17E (or 0xDDB17E) is unknown color: approx Manhattan. HEX triplet: DD, B1 and 7E. RGB value is (221,177,126). Sum of RGB (Red+Green+Blue) = 221+177+126=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 177 (69.53% from 255 or 33.78% from 524); Blue value is 126 (49.61% from 255 or 24.05% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB17E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB17E is #224E81. Grayscale: #B8B8B8. Windows color (decimal): -2248322 or 8303069. OLE color: 8303069.

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

Color convert

RGB221177126-
CMYK00.200.430.13
HSL32.21º58.28%68.04%-
HSV(B)32.21º42.99%86.67%-
XYZ49.3148.3226.47-
YUV184.3495.08154.15-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.18%
GREEN value IS 177 (69.53% from 255) = 33.78%
BLUE value IS 126 (49.61% from 255) = 24.05%
R=42.18%
G=33.78%
B=24.05%

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
Decimal22117712600.200.430.1332.2158.2868.04
HexDDB17E0142BD203a44
Octal33526117602453154072104
Binary1101110110110001111111001010010101111011000001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB17E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB17E; }

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

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

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

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

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

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

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

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