Shades of Manz #DDDC57
Tints of Manz #DDDC57
RGB
CMYK
RGB Variations
Color information
#DDDC57 (or 0xDDDC57) is known color: Manz. HEX triplet: DD, DC and 57. RGB value is (221,220,87). Sum of RGB (Red+Green+Blue) = 221+220+87=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 87 (34.38% from 255 or 16.48% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDC57 is #2223A8. Grayscale: #CDCDCD. Windows color (decimal): -2237353 or 5758173. OLE color: 5758173.
HSL color Cylindrical-coordinate representation of color #DDDC57: hue angle of 59.55º 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 #DDDC57 is Cyan = 0, Magento = 0.00, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 220 | 87 | - |
| CMYK | 0 | 0.00 | 0.61 | 0.13 |
| HSL | 59.55º | 0.66% | 0.6% | - |
| HSV(B) | 59.55º | 0.61% | 0.87% | - |
| XYZ | 57.13 | 67.25 | 18.99 | - |
| YUV | 205.14 | 61.33 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 220 | 87 | 0 | 0.00 | 0.61 | 0.13 | 59.55 | 0.66 | 0.6 |
| Hex | DD | DC | 57 | 0 | 0 | 3D | D | 3C | 42 | 3C |
| Octal | 335 | 334 | 127 | 0 | 0 | 75 | 15 | 74 | 102 | 74 |
| Binary | 11011101 | 11011100 | 1010111 | 0 | 0 | 111101 | 1101 | 111100 | 1000010 | 111100 |
Color Harmonies of #DDDC57
Complementary color
Monochromatic Colors of #DDDC57
Black with #DDDC57
Text Example
Text Example
White with #DDDC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDC57; }
p { color: rgb(221,220,87); }
H1.HeaderClassName
{
color: #DDDC57;
}
.AnyTagClassName
{
color: #DDDC57;
}
</style>
background-color css
<style>
a { background-color: #DDDC57; }
a { background-color: rgb(221,220,87); }
div.DivClassName
{
background-color: #DDDC57;
}
.BgClassName
{
background-color: #DDDC57;
}
</style>
border-color css
<style>
span { border-color: #DDDC57; }
span { border-color: rgb(221,220,87); }
td.TdClassName
{
border-color: #DDDC57;
}
.TagClassName
{
border-color: #DDDC57;
}
</style>