Shades of Manz #DDD358
Tints of Manz #DDD358
RGB
CMYK
RGB Variations
Color information
#DDD358 (or 0xDDD358) is known color: Manz. HEX triplet: DD, D3 and 58. RGB value is (221,211,88). Sum of RGB (Red+Green+Blue) = 221+211+88=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 211 (82.81% from 255 or 40.58% from 520); Blue value is 88 (34.77% from 255 or 16.92% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD358 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD358 is #222CA7. Grayscale: #C8C8C8. Windows color (decimal): -2239656 or 5821405. OLE color: 5821405.
HSL color Cylindrical-coordinate representation of color #DDD358: hue angle of 55.49º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DDD358 is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 211 | 88 | - |
| CMYK | 0 | 0.05 | 0.60 | 0.13 |
| HSL | 55.49º | 0.66% | 0.61% | - |
| HSV(B) | 55.49º | 0.6% | 0.87% | - |
| XYZ | 54.87 | 62.67 | 18.44 | - |
| YUV | 199.97 | 64.81 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 211 | 88 | 0 | 0.05 | 0.60 | 0.13 | 55.49 | 0.66 | 0.61 |
| Hex | DD | D3 | 58 | 0 | 5 | 3C | D | 37 | 42 | 3D |
| Octal | 335 | 323 | 130 | 0 | 5 | 74 | 15 | 67 | 102 | 75 |
| Binary | 11011101 | 11010011 | 1011000 | 0 | 101 | 111100 | 1101 | 110111 | 1000010 | 111101 |
Color Harmonies of #DDD358
Complementary color
Monochromatic Colors of #DDD358
Black with #DDD358
Text Example
Text Example
White with #DDD358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD358; }
p { color: rgb(221,211,88); }
H1.HeaderClassName
{
color: #DDD358;
}
.AnyTagClassName
{
color: #DDD358;
}
</style>
background-color css
<style>
a { background-color: #DDD358; }
a { background-color: rgb(221,211,88); }
div.DivClassName
{
background-color: #DDD358;
}
.BgClassName
{
background-color: #DDD358;
}
</style>
border-color css
<style>
span { border-color: #DDD358; }
span { border-color: rgb(221,211,88); }
td.TdClassName
{
border-color: #DDD358;
}
.TagClassName
{
border-color: #DDD358;
}
</style>