Shades of Manz #DDD254
Tints of Manz #DDD254
RGB
CMYK
RGB Variations
Color information
#DDD254 (or 0xDDD254) is known color: Manz. HEX triplet: DD, D2 and 54. RGB value is (221,210,84). Sum of RGB (Red+Green+Blue) = 221+210+84=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 210 (82.42% from 255 or 40.78% from 515); Blue value is 84 (33.20% from 255 or 16.31% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD254 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD254 is #222DAB. Grayscale: #C7C7C7. Windows color (decimal): -2239916 or 5559005. OLE color: 5559005.
HSL color Cylindrical-coordinate representation of color #DDD254: hue angle of 55.18º 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 #DDD254 is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 210 | 84 | - |
| CMYK | 0 | 0.05 | 0.62 | 0.13 |
| HSL | 55.18º | 0.67% | 0.6% | - |
| HSV(B) | 55.18º | 0.62% | 0.87% | - |
| XYZ | 54.47 | 62.11 | 17.5 | - |
| YUV | 198.93 | 63.14 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 210 | 84 | 0 | 0.05 | 0.62 | 0.13 | 55.18 | 0.67 | 0.6 |
| Hex | DD | D2 | 54 | 0 | 5 | 3E | D | 37 | 43 | 3C |
| Octal | 335 | 322 | 124 | 0 | 5 | 76 | 15 | 67 | 103 | 74 |
| Binary | 11011101 | 11010010 | 1010100 | 0 | 101 | 111110 | 1101 | 110111 | 1000011 | 111100 |
Color Harmonies of #DDD254
Complementary color
Monochromatic Colors of #DDD254
Black with #DDD254
Text Example
Text Example
White with #DDD254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD254; }
p { color: rgb(221,210,84); }
H1.HeaderClassName
{
color: #DDD254;
}
.AnyTagClassName
{
color: #DDD254;
}
</style>
background-color css
<style>
a { background-color: #DDD254; }
a { background-color: rgb(221,210,84); }
div.DivClassName
{
background-color: #DDD254;
}
.BgClassName
{
background-color: #DDD254;
}
</style>
border-color css
<style>
span { border-color: #DDD254; }
span { border-color: rgb(221,210,84); }
td.TdClassName
{
border-color: #DDD254;
}
.TagClassName
{
border-color: #DDD254;
}
</style>