Shades of Manhattan #DDB27B
Tints of Manhattan #DDB27B
RGB
CMYK
RGB Variations
Color information
#DDB27B (or 0xDDB27B) is known color: Manhattan. HEX triplet: DD, B2 and 7B. RGB value is (221,178,123). Sum of RGB (Red+Green+Blue) = 221+178+123=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 178 (69.92% from 255 or 34.10% from 522); Blue value is 123 (48.44% from 255 or 23.56% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB27B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB27B is #224D84. Grayscale: #B8B8B8. Windows color (decimal): -2248069 or 8106717. OLE color: 8106717.
HSL color Cylindrical-coordinate representation of color #DDB27B: hue angle of 33.67º 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 #DDB27B is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 178 | 123 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.13 |
| HSL | 33.67º | 0.59% | 0.67% | - |
| HSV(B) | 33.67º | 0.44% | 0.87% | - |
| XYZ | 49.31 | 48.64 | 25.53 | - |
| YUV | 184.59 | 93.25 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 178 | 123 | 0 | 0.19 | 0.44 | 0.13 | 33.67 | 0.59 | 0.67 |
| Hex | DD | B2 | 7B | 0 | 13 | 2C | D | 22 | 3B | 43 |
| Octal | 335 | 262 | 173 | 0 | 23 | 54 | 15 | 42 | 73 | 103 |
| Binary | 11011101 | 10110010 | 1111011 | 0 | 10011 | 101100 | 1101 | 100010 | 111011 | 1000011 |
Color Harmonies of #DDB27B
Complementary color
Monochromatic Colors of #DDB27B
Black with #DDB27B
Text Example
Text Example
White with #DDB27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB27B; }
p { color: rgb(221,178,123); }
H1.HeaderClassName
{
color: #DDB27B;
}
.AnyTagClassName
{
color: #DDB27B;
}
</style>
background-color css
<style>
a { background-color: #DDB27B; }
a { background-color: rgb(221,178,123); }
div.DivClassName
{
background-color: #DDB27B;
}
.BgClassName
{
background-color: #DDB27B;
}
</style>
border-color css
<style>
span { border-color: #DDB27B; }
span { border-color: rgb(221,178,123); }
td.TdClassName
{
border-color: #DDB27B;
}
.TagClassName
{
border-color: #DDB27B;
}
</style>