Shades of Manz #DDD757
Tints of Manz #DDD757
RGB
CMYK
RGB Variations
Color information
#DDD757 (or 0xDDD757) is known color: Manz. HEX triplet: DD, D7 and 57. RGB value is (221,215,87). Sum of RGB (Red+Green+Blue) = 221+215+87=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 215 (84.38% from 255 or 41.11% from 523); Blue value is 87 (34.38% from 255 or 16.63% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD757 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD757 is #2228A8. Grayscale: #CACACA. Windows color (decimal): -2238633 or 5756893. OLE color: 5756893.
HSL color Cylindrical-coordinate representation of color #DDD757: hue angle of 57.31º 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 #DDD757 is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 215 | 87 | - |
| CMYK | 0 | 0.03 | 0.61 | 0.13 |
| HSL | 57.31º | 0.66% | 0.6% | - |
| HSV(B) | 57.31º | 0.61% | 0.87% | - |
| XYZ | 55.84 | 64.66 | 18.55 | - |
| YUV | 202.2 | 62.99 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 215 | 87 | 0 | 0.03 | 0.61 | 0.13 | 57.31 | 0.66 | 0.6 |
| Hex | DD | D7 | 57 | 0 | 3 | 3D | D | 39 | 42 | 3C |
| Octal | 335 | 327 | 127 | 0 | 3 | 75 | 15 | 71 | 102 | 74 |
| Binary | 11011101 | 11010111 | 1010111 | 0 | 11 | 111101 | 1101 | 111001 | 1000010 | 111100 |
Color Harmonies of #DDD757
Complementary color
Monochromatic Colors of #DDD757
Black with #DDD757
Text Example
Text Example
White with #DDD757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD757; }
p { color: rgb(221,215,87); }
H1.HeaderClassName
{
color: #DDD757;
}
.AnyTagClassName
{
color: #DDD757;
}
</style>
background-color css
<style>
a { background-color: #DDD757; }
a { background-color: rgb(221,215,87); }
div.DivClassName
{
background-color: #DDD757;
}
.BgClassName
{
background-color: #DDD757;
}
</style>
border-color css
<style>
span { border-color: #DDD757; }
span { border-color: rgb(221,215,87); }
td.TdClassName
{
border-color: #DDD757;
}
.TagClassName
{
border-color: #DDD757;
}
</style>