Shades of Manz #DDD353
Tints of Manz #DDD353
RGB
CMYK
RGB Variations
Color information
#DDD353 (or 0xDDD353) is known color: Manz. HEX triplet: DD, D3 and 53. RGB value is (221,211,83). Sum of RGB (Red+Green+Blue) = 221+211+83=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 211 (82.81% from 255 or 40.97% from 515); Blue value is 83 (32.81% from 255 or 16.12% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD353 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD353 is #222CAC. Grayscale: #C7C7C7. Windows color (decimal): -2239661 or 5493725. OLE color: 5493725.
HSL color Cylindrical-coordinate representation of color #DDD353: hue angle of 55.65º 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 #DDD353 is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 211 | 83 | - |
| CMYK | 0 | 0.05 | 0.62 | 0.13 |
| HSL | 55.65º | 0.67% | 0.6% | - |
| HSV(B) | 55.65º | 0.62% | 0.87% | - |
| XYZ | 54.67 | 62.59 | 17.38 | - |
| YUV | 199.4 | 62.31 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 211 | 83 | 0 | 0.05 | 0.62 | 0.13 | 55.65 | 0.67 | 0.6 |
| Hex | DD | D3 | 53 | 0 | 5 | 3E | D | 38 | 43 | 3C |
| Octal | 335 | 323 | 123 | 0 | 5 | 76 | 15 | 70 | 103 | 74 |
| Binary | 11011101 | 11010011 | 1010011 | 0 | 101 | 111110 | 1101 | 111000 | 1000011 | 111100 |
Color Harmonies of #DDD353
Complementary color
Monochromatic Colors of #DDD353
Black with #DDD353
Text Example
Text Example
White with #DDD353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD353; }
p { color: rgb(221,211,83); }
H1.HeaderClassName
{
color: #DDD353;
}
.AnyTagClassName
{
color: #DDD353;
}
</style>
background-color css
<style>
a { background-color: #DDD353; }
a { background-color: rgb(221,211,83); }
div.DivClassName
{
background-color: #DDD353;
}
.BgClassName
{
background-color: #DDD353;
}
</style>
border-color css
<style>
span { border-color: #DDD353; }
span { border-color: rgb(221,211,83); }
td.TdClassName
{
border-color: #DDD353;
}
.TagClassName
{
border-color: #DDD353;
}
</style>