Shades of Manz #DDDA56
Tints of Manz #DDDA56
RGB
CMYK
RGB Variations
Color information
#DDDA56 (or 0xDDDA56) is known color: Manz. HEX triplet: DD, DA and 56. RGB value is (221,218,86). Sum of RGB (Red+Green+Blue) = 221+218+86=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 218 (85.55% from 255 or 41.52% from 525); Blue value is 86 (33.98% from 255 or 16.38% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDA56 is #2225A9. Grayscale: #CCCCCC. Windows color (decimal): -2237866 or 5692125. OLE color: 5692125.
HSL color Cylindrical-coordinate representation of color #DDDA56: hue angle of 58.67º 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 #DDDA56 is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 218 | 86 | - |
| CMYK | 0 | 0.01 | 0.61 | 0.13 |
| HSL | 58.67º | 0.67% | 0.6% | - |
| HSV(B) | 58.67º | 0.61% | 0.87% | - |
| XYZ | 56.57 | 66.19 | 18.6 | - |
| YUV | 203.85 | 61.49 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 218 | 86 | 0 | 0.01 | 0.61 | 0.13 | 58.67 | 0.67 | 0.6 |
| Hex | DD | DA | 56 | 0 | 1 | 3D | D | 3B | 43 | 3C |
| Octal | 335 | 332 | 126 | 0 | 1 | 75 | 15 | 73 | 103 | 74 |
| Binary | 11011101 | 11011010 | 1010110 | 0 | 1 | 111101 | 1101 | 111011 | 1000011 | 111100 |
Color Harmonies of #DDDA56
Complementary color
Monochromatic Colors of #DDDA56
Black with #DDDA56
Text Example
Text Example
White with #DDDA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDA56; }
p { color: rgb(221,218,86); }
H1.HeaderClassName
{
color: #DDDA56;
}
.AnyTagClassName
{
color: #DDDA56;
}
</style>
background-color css
<style>
a { background-color: #DDDA56; }
a { background-color: rgb(221,218,86); }
div.DivClassName
{
background-color: #DDDA56;
}
.BgClassName
{
background-color: #DDDA56;
}
</style>
border-color css
<style>
span { border-color: #DDDA56; }
span { border-color: rgb(221,218,86); }
td.TdClassName
{
border-color: #DDDA56;
}
.TagClassName
{
border-color: #DDDA56;
}
</style>