Shades of Manz #DDD350
Tints of Manz #DDD350
RGB
CMYK
RGB Variations
Color information
#DDD350 (or 0xDDD350) is known color: Manz. HEX triplet: DD, D3 and 50. RGB value is (221,211,80). Sum of RGB (Red+Green+Blue) = 221+211+80=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 211 (82.81% from 255 or 41.21% from 512); Blue value is 80 (31.64% from 255 or 15.62% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD350 is #222CAF. Grayscale: #C7C7C7. Windows color (decimal): -2239664 or 5297117. OLE color: 5297117.
HSL color Cylindrical-coordinate representation of color #DDD350: hue angle of 55.74º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DDD350 is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 211 | 80 | - |
| CMYK | 0 | 0.05 | 0.64 | 0.13 |
| HSL | 55.74º | 0.67% | 0.59% | - |
| HSV(B) | 55.74º | 0.64% | 0.87% | - |
| XYZ | 54.56 | 62.54 | 16.79 | - |
| YUV | 199.06 | 60.81 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 211 | 80 | 0 | 0.05 | 0.64 | 0.13 | 55.74 | 0.67 | 0.59 |
| Hex | DD | D3 | 50 | 0 | 5 | 40 | D | 38 | 43 | 3B |
| Octal | 335 | 323 | 120 | 0 | 5 | 100 | 15 | 70 | 103 | 73 |
| Binary | 11011101 | 11010011 | 1010000 | 0 | 101 | 1000000 | 1101 | 111000 | 1000011 | 111011 |
Color Harmonies of #DDD350
Complementary color
Monochromatic Colors of #DDD350
Black with #DDD350
Text Example
Text Example
White with #DDD350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD350; }
p { color: rgb(221,211,80); }
H1.HeaderClassName
{
color: #DDD350;
}
.AnyTagClassName
{
color: #DDD350;
}
</style>
background-color css
<style>
a { background-color: #DDD350; }
a { background-color: rgb(221,211,80); }
div.DivClassName
{
background-color: #DDD350;
}
.BgClassName
{
background-color: #DDD350;
}
</style>
border-color css
<style>
span { border-color: #DDD350; }
span { border-color: rgb(221,211,80); }
td.TdClassName
{
border-color: #DDD350;
}
.TagClassName
{
border-color: #DDD350;
}
</style>