Shades of Manz #DDD257
Tints of Manz #DDD257
RGB
CMYK
RGB Variations
Color information
#DDD257 (or 0xDDD257) is known color: Manz. HEX triplet: DD, D2 and 57. RGB value is (221,210,87). Sum of RGB (Red+Green+Blue) = 221+210+87=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 210 (82.42% from 255 or 40.54% from 518); Blue value is 87 (34.38% from 255 or 16.80% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD257 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD257 is #222DA8. Grayscale: #C7C7C7. Windows color (decimal): -2239913 or 5755613. OLE color: 5755613.
HSL color Cylindrical-coordinate representation of color #DDD257: hue angle of 55.07º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DDD257 is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 210 | 87 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.13 |
| HSL | 55.07º | 0.66% | 0.6% | - |
| HSV(B) | 55.07º | 0.61% | 0.87% | - |
| XYZ | 54.59 | 62.15 | 18.14 | - |
| YUV | 199.27 | 64.64 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 210 | 87 | 0 | 0.05 | 0.61 | 0.13 | 55.07 | 0.66 | 0.6 |
| Hex | DD | D2 | 57 | 0 | 5 | 3D | D | 37 | 42 | 3C |
| Octal | 335 | 322 | 127 | 0 | 5 | 75 | 15 | 67 | 102 | 74 |
| Binary | 11011101 | 11010010 | 1010111 | 0 | 101 | 111101 | 1101 | 110111 | 1000010 | 111100 |
Color Harmonies of #DDD257
Complementary color
Monochromatic Colors of #DDD257
Black with #DDD257
Text Example
Text Example
White with #DDD257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD257; }
p { color: rgb(221,210,87); }
H1.HeaderClassName
{
color: #DDD257;
}
.AnyTagClassName
{
color: #DDD257;
}
</style>
background-color css
<style>
a { background-color: #DDD257; }
a { background-color: rgb(221,210,87); }
div.DivClassName
{
background-color: #DDD257;
}
.BgClassName
{
background-color: #DDD257;
}
</style>
border-color css
<style>
span { border-color: #DDD257; }
span { border-color: rgb(221,210,87); }
td.TdClassName
{
border-color: #DDD257;
}
.TagClassName
{
border-color: #DDD257;
}
</style>