Shades of Manz #DDCD57
Tints of Manz #DDCD57
RGB
CMYK
RGB Variations
Color information
#DDCD57 (or 0xDDCD57) is known color: Manz. HEX triplet: DD, CD and 57. RGB value is (221,205,87). Sum of RGB (Red+Green+Blue) = 221+205+87=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 205 (80.47% from 255 or 39.96% from 513); Blue value is 87 (34.38% from 255 or 16.96% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCD57 is #2232A8. Grayscale: #C4C4C4. Windows color (decimal): -2241193 or 5754333. OLE color: 5754333.
HSL color Cylindrical-coordinate representation of color #DDCD57: hue angle of 52.84º 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 #DDCD57 is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 205 | 87 | - |
| CMYK | 0 | 0.07 | 0.61 | 0.13 |
| HSL | 52.84º | 0.66% | 0.6% | - |
| HSV(B) | 52.84º | 0.61% | 0.87% | - |
| XYZ | 53.37 | 59.72 | 17.73 | - |
| YUV | 196.33 | 66.3 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 205 | 87 | 0 | 0.07 | 0.61 | 0.13 | 52.84 | 0.66 | 0.6 |
| Hex | DD | CD | 57 | 0 | 7 | 3D | D | 35 | 42 | 3C |
| Octal | 335 | 315 | 127 | 0 | 7 | 75 | 15 | 65 | 102 | 74 |
| Binary | 11011101 | 11001101 | 1010111 | 0 | 111 | 111101 | 1101 | 110101 | 1000010 | 111100 |
Color Harmonies of #DDCD57
Complementary color
Monochromatic Colors of #DDCD57
Black with #DDCD57
Text Example
Text Example
White with #DDCD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCD57; }
p { color: rgb(221,205,87); }
H1.HeaderClassName
{
color: #DDCD57;
}
.AnyTagClassName
{
color: #DDCD57;
}
</style>
background-color css
<style>
a { background-color: #DDCD57; }
a { background-color: rgb(221,205,87); }
div.DivClassName
{
background-color: #DDCD57;
}
.BgClassName
{
background-color: #DDCD57;
}
</style>
border-color css
<style>
span { border-color: #DDCD57; }
span { border-color: rgb(221,205,87); }
td.TdClassName
{
border-color: #DDCD57;
}
.TagClassName
{
border-color: #DDCD57;
}
</style>