Shades of Manhattan #DDB27E
Tints of Manhattan #DDB27E
RGB
CMYK
RGB Variations
Color information
#DDB27E (or 0xDDB27E) is known color: Manhattan. HEX triplet: DD, B2 and 7E. RGB value is (221,178,126). Sum of RGB (Red+Green+Blue) = 221+178+126=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 178 (69.92% from 255 or 33.90% from 525); Blue value is 126 (49.61% from 255 or 24% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB27E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB27E is #224D81. Grayscale: #B9B9B9. Windows color (decimal): -2248066 or 8303325. OLE color: 8303325.
HSL color Cylindrical-coordinate representation of color #DDB27E: hue angle of 32.84º 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 #DDB27E is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 178 | 126 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.13 |
| HSL | 32.84º | 0.58% | 0.68% | - |
| HSV(B) | 32.84º | 0.43% | 0.87% | - |
| XYZ | 49.51 | 48.72 | 26.53 | - |
| YUV | 184.93 | 94.75 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 178 | 126 | 0 | 0.19 | 0.43 | 0.13 | 32.84 | 0.58 | 0.68 |
| Hex | DD | B2 | 7E | 0 | 13 | 2B | D | 21 | 3A | 44 |
| Octal | 335 | 262 | 176 | 0 | 23 | 53 | 15 | 41 | 72 | 104 |
| Binary | 11011101 | 10110010 | 1111110 | 0 | 10011 | 101011 | 1101 | 100001 | 111010 | 1000100 |
Color Harmonies of #DDB27E
Complementary color
Monochromatic Colors of #DDB27E
Black with #DDB27E
Text Example
Text Example
White with #DDB27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB27E; }
p { color: rgb(221,178,126); }
H1.HeaderClassName
{
color: #DDB27E;
}
.AnyTagClassName
{
color: #DDB27E;
}
</style>
background-color css
<style>
a { background-color: #DDB27E; }
a { background-color: rgb(221,178,126); }
div.DivClassName
{
background-color: #DDB27E;
}
.BgClassName
{
background-color: #DDB27E;
}
</style>
border-color css
<style>
span { border-color: #DDB27E; }
span { border-color: rgb(221,178,126); }
td.TdClassName
{
border-color: #DDB27E;
}
.TagClassName
{
border-color: #DDB27E;
}
</style>