Shades of Manz #DDCE57
Tints of Manz #DDCE57
RGB
CMYK
RGB Variations
Color information
#DDCE57 (or 0xDDCE57) is known color: Manz. HEX triplet: DD, CE and 57. RGB value is (221,206,87). Sum of RGB (Red+Green+Blue) = 221+206+87=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 206 (80.86% from 255 or 40.08% from 514); Blue value is 87 (34.38% from 255 or 16.93% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCE57 is #2231A8. Grayscale: #C5C5C5. Windows color (decimal): -2240937 or 5754589. OLE color: 5754589.
HSL color Cylindrical-coordinate representation of color #DDCE57: hue angle of 53.28º 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 #DDCE57 is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 206 | 87 | - |
| CMYK | 0 | 0.07 | 0.61 | 0.13 |
| HSL | 53.28º | 0.66% | 0.6% | - |
| HSV(B) | 53.28º | 0.61% | 0.87% | - |
| XYZ | 53.61 | 60.2 | 17.81 | - |
| YUV | 196.92 | 65.97 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 206 | 87 | 0 | 0.07 | 0.61 | 0.13 | 53.28 | 0.66 | 0.6 |
| Hex | DD | CE | 57 | 0 | 7 | 3D | D | 35 | 42 | 3C |
| Octal | 335 | 316 | 127 | 0 | 7 | 75 | 15 | 65 | 102 | 74 |
| Binary | 11011101 | 11001110 | 1010111 | 0 | 111 | 111101 | 1101 | 110101 | 1000010 | 111100 |
Color Harmonies of #DDCE57
Complementary color
Monochromatic Colors of #DDCE57
Black with #DDCE57
Text Example
Text Example
White with #DDCE57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCE57; }
p { color: rgb(221,206,87); }
H1.HeaderClassName
{
color: #DDCE57;
}
.AnyTagClassName
{
color: #DDCE57;
}
</style>
background-color css
<style>
a { background-color: #DDCE57; }
a { background-color: rgb(221,206,87); }
div.DivClassName
{
background-color: #DDCE57;
}
.BgClassName
{
background-color: #DDCE57;
}
</style>
border-color css
<style>
span { border-color: #DDCE57; }
span { border-color: rgb(221,206,87); }
td.TdClassName
{
border-color: #DDCE57;
}
.TagClassName
{
border-color: #DDCE57;
}
</style>