Shades of Manhattan #DDB27D
Tints of Manhattan #DDB27D
RGB
CMYK
RGB Variations
Color information
#DDB27D (or 0xDDB27D) is known color: Manhattan. HEX triplet: DD, B2 and 7D. RGB value is (221,178,125). Sum of RGB (Red+Green+Blue) = 221+178+125=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 178 (69.92% from 255 or 33.97% from 524); Blue value is 125 (49.22% from 255 or 23.85% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB27D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB27D is #224D82. Grayscale: #B9B9B9. Windows color (decimal): -2248067 or 8237789. OLE color: 8237789.
HSL color Cylindrical-coordinate representation of color #DDB27D: hue angle of 33.12º degrees, saturation: 0.59, 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 #DDB27D is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 178 | 125 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.13 |
| HSL | 33.13º | 0.59% | 0.68% | - |
| HSV(B) | 33.13º | 0.43% | 0.87% | - |
| XYZ | 49.44 | 48.69 | 26.2 | - |
| YUV | 184.82 | 94.25 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 178 | 125 | 0 | 0.19 | 0.43 | 0.13 | 33.13 | 0.59 | 0.68 |
| Hex | DD | B2 | 7D | 0 | 13 | 2B | D | 21 | 3B | 44 |
| Octal | 335 | 262 | 175 | 0 | 23 | 53 | 15 | 41 | 73 | 104 |
| Binary | 11011101 | 10110010 | 1111101 | 0 | 10011 | 101011 | 1101 | 100001 | 111011 | 1000100 |
Color Harmonies of #DDB27D
Complementary color
Monochromatic Colors of #DDB27D
Black with #DDB27D
Text Example
Text Example
White with #DDB27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB27D; }
p { color: rgb(221,178,125); }
H1.HeaderClassName
{
color: #DDB27D;
}
.AnyTagClassName
{
color: #DDB27D;
}
</style>
background-color css
<style>
a { background-color: #DDB27D; }
a { background-color: rgb(221,178,125); }
div.DivClassName
{
background-color: #DDB27D;
}
.BgClassName
{
background-color: #DDB27D;
}
</style>
border-color css
<style>
span { border-color: #DDB27D; }
span { border-color: rgb(221,178,125); }
td.TdClassName
{
border-color: #DDB27D;
}
.TagClassName
{
border-color: #DDB27D;
}
</style>