Shades of Manhattan #DDB274
Tints of Manhattan #DDB274
RGB
CMYK
RGB Variations
Color information
#DDB274 (or 0xDDB274) is known color: Manhattan. HEX triplet: DD, B2 and 74. RGB value is (221,178,116). Sum of RGB (Red+Green+Blue) = 221+178+116=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 178 (69.92% from 255 or 34.56% from 515); Blue value is 116 (45.70% from 255 or 22.52% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB274 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB274 is #224D8B. Grayscale: #B8B8B8. Windows color (decimal): -2248076 or 7647965. OLE color: 7647965.
HSL color Cylindrical-coordinate representation of color #DDB274: hue angle of 35.43º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DDB274 is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 178 | 116 | - |
| CMYK | 0 | 0.19 | 0.48 | 0.13 |
| HSL | 35.43º | 0.61% | 0.66% | - |
| HSV(B) | 35.43º | 0.48% | 0.87% | - |
| XYZ | 48.89 | 48.47 | 23.3 | - |
| YUV | 183.79 | 89.75 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 178 | 116 | 0 | 0.19 | 0.48 | 0.13 | 35.43 | 0.61 | 0.66 |
| Hex | DD | B2 | 74 | 0 | 13 | 30 | D | 23 | 3D | 42 |
| Octal | 335 | 262 | 164 | 0 | 23 | 60 | 15 | 43 | 75 | 102 |
| Binary | 11011101 | 10110010 | 1110100 | 0 | 10011 | 110000 | 1101 | 100011 | 111101 | 1000010 |
Color Harmonies of #DDB274
Complementary color
Monochromatic Colors of #DDB274
Black with #DDB274
Text Example
Text Example
White with #DDB274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB274; }
p { color: rgb(221,178,116); }
H1.HeaderClassName
{
color: #DDB274;
}
.AnyTagClassName
{
color: #DDB274;
}
</style>
background-color css
<style>
a { background-color: #DDB274; }
a { background-color: rgb(221,178,116); }
div.DivClassName
{
background-color: #DDB274;
}
.BgClassName
{
background-color: #DDB274;
}
</style>
border-color css
<style>
span { border-color: #DDB274; }
span { border-color: rgb(221,178,116); }
td.TdClassName
{
border-color: #DDB274;
}
.TagClassName
{
border-color: #DDB274;
}
</style>