Shades of Manz #DDD058
Tints of Manz #DDD058
RGB
CMYK
RGB Variations
Color information
#DDD058 (or 0xDDD058) is known color: Manz. HEX triplet: DD, D0 and 58. RGB value is (221,208,88). Sum of RGB (Red+Green+Blue) = 221+208+88=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 208 (81.64% from 255 or 40.23% from 517); Blue value is 88 (34.77% from 255 or 17.02% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD058 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD058 is #222FA7. Grayscale: #C6C6C6. Windows color (decimal): -2240424 or 5820637. OLE color: 5820637.
HSL color Cylindrical-coordinate representation of color #DDD058: hue angle of 54.14º 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 #DDD058 is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 88 | - |
| CMYK | 0 | 0.06 | 0.60 | 0.13 |
| HSL | 54.14º | 0.66% | 0.61% | - |
| HSV(B) | 54.14º | 0.6% | 0.87% | - |
| XYZ | 54.14 | 61.19 | 18.19 | - |
| YUV | 198.21 | 65.81 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 88 | 0 | 0.06 | 0.60 | 0.13 | 54.14 | 0.66 | 0.61 |
| Hex | DD | D0 | 58 | 0 | 6 | 3C | D | 36 | 42 | 3D |
| Octal | 335 | 320 | 130 | 0 | 6 | 74 | 15 | 66 | 102 | 75 |
| Binary | 11011101 | 11010000 | 1011000 | 0 | 110 | 111100 | 1101 | 110110 | 1000010 | 111101 |
Color Harmonies of #DDD058
Complementary color
Monochromatic Colors of #DDD058
Black with #DDD058
Text Example
Text Example
White with #DDD058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD058; }
p { color: rgb(221,208,88); }
H1.HeaderClassName
{
color: #DDD058;
}
.AnyTagClassName
{
color: #DDD058;
}
</style>
background-color css
<style>
a { background-color: #DDD058; }
a { background-color: rgb(221,208,88); }
div.DivClassName
{
background-color: #DDD058;
}
.BgClassName
{
background-color: #DDD058;
}
</style>
border-color css
<style>
span { border-color: #DDD058; }
span { border-color: rgb(221,208,88); }
td.TdClassName
{
border-color: #DDD058;
}
.TagClassName
{
border-color: #DDD058;
}
</style>