Shades of Manz #DDCE56
Tints of Manz #DDCE56
RGB
CMYK
RGB Variations
Color information
#DDCE56 (or 0xDDCE56) is known color: Manz. HEX triplet: DD, CE and 56. RGB value is (221,206,86). Sum of RGB (Red+Green+Blue) = 221+206+86=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 206 (80.86% from 255 or 40.16% from 513); Blue value is 86 (33.98% from 255 or 16.76% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCE56 is #2231A9. Grayscale: #C5C5C5. Windows color (decimal): -2240938 or 5689053. OLE color: 5689053.
HSL color Cylindrical-coordinate representation of color #DDCE56: hue angle of 53.33º degrees, saturation: 0.67, 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 #DDCE56 is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 206 | 86 | - |
| CMYK | 0 | 0.07 | 0.61 | 0.13 |
| HSL | 53.33º | 0.67% | 0.6% | - |
| HSV(B) | 53.33º | 0.61% | 0.87% | - |
| XYZ | 53.57 | 60.19 | 17.6 | - |
| YUV | 196.81 | 65.47 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 206 | 86 | 0 | 0.07 | 0.61 | 0.13 | 53.33 | 0.67 | 0.6 |
| Hex | DD | CE | 56 | 0 | 7 | 3D | D | 35 | 43 | 3C |
| Octal | 335 | 316 | 126 | 0 | 7 | 75 | 15 | 65 | 103 | 74 |
| Binary | 11011101 | 11001110 | 1010110 | 0 | 111 | 111101 | 1101 | 110101 | 1000011 | 111100 |
Color Harmonies of #DDCE56
Complementary color
Monochromatic Colors of #DDCE56
Black with #DDCE56
Text Example
Text Example
White with #DDCE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCE56; }
p { color: rgb(221,206,86); }
H1.HeaderClassName
{
color: #DDCE56;
}
.AnyTagClassName
{
color: #DDCE56;
}
</style>
background-color css
<style>
a { background-color: #DDCE56; }
a { background-color: rgb(221,206,86); }
div.DivClassName
{
background-color: #DDCE56;
}
.BgClassName
{
background-color: #DDCE56;
}
</style>
border-color css
<style>
span { border-color: #DDCE56; }
span { border-color: rgb(221,206,86); }
td.TdClassName
{
border-color: #DDCE56;
}
.TagClassName
{
border-color: #DDCE56;
}
</style>