Shades of Manz #DDDA53
Tints of Manz #DDDA53
RGB
CMYK
RGB Variations
Color information
#DDDA53 (or 0xDDDA53) is known color: Manz. HEX triplet: DD, DA and 53. RGB value is (221,218,83). Sum of RGB (Red+Green+Blue) = 221+218+83=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 218 (85.55% from 255 or 41.76% from 522); Blue value is 83 (32.81% from 255 or 15.90% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDA53 is #2225AC. Grayscale: #CCCCCC. Windows color (decimal): -2237869 or 5495517. OLE color: 5495517.
HSL color Cylindrical-coordinate representation of color #DDDA53: hue angle of 58.7º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DDDA53 is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 218 | 83 | - |
| CMYK | 0 | 0.01 | 0.62 | 0.13 |
| HSL | 58.7º | 0.67% | 0.6% | - |
| HSV(B) | 58.7º | 0.62% | 0.87% | - |
| XYZ | 56.45 | 66.14 | 17.97 | - |
| YUV | 203.51 | 59.99 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 218 | 83 | 0 | 0.01 | 0.62 | 0.13 | 58.7 | 0.67 | 0.6 |
| Hex | DD | DA | 53 | 0 | 1 | 3E | D | 3B | 43 | 3C |
| Octal | 335 | 332 | 123 | 0 | 1 | 76 | 15 | 73 | 103 | 74 |
| Binary | 11011101 | 11011010 | 1010011 | 0 | 1 | 111110 | 1101 | 111011 | 1000011 | 111100 |
Color Harmonies of #DDDA53
Complementary color
Monochromatic Colors of #DDDA53
Black with #DDDA53
Text Example
Text Example
White with #DDDA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDA53; }
p { color: rgb(221,218,83); }
H1.HeaderClassName
{
color: #DDDA53;
}
.AnyTagClassName
{
color: #DDDA53;
}
</style>
background-color css
<style>
a { background-color: #DDDA53; }
a { background-color: rgb(221,218,83); }
div.DivClassName
{
background-color: #DDDA53;
}
.BgClassName
{
background-color: #DDDA53;
}
</style>
border-color css
<style>
span { border-color: #DDDA53; }
span { border-color: rgb(221,218,83); }
td.TdClassName
{
border-color: #DDDA53;
}
.TagClassName
{
border-color: #DDDA53;
}
</style>