Shades of Manz #DDD658
Tints of Manz #DDD658
RGB
CMYK
RGB Variations
Color information
#DDD658 (or 0xDDD658) is known color: Manz. HEX triplet: DD, D6 and 58. RGB value is (221,214,88). Sum of RGB (Red+Green+Blue) = 221+214+88=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 214 (83.98% from 255 or 40.92% from 523); Blue value is 88 (34.77% from 255 or 16.83% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD658 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD658 is #2229A7. Grayscale: #CACACA. Windows color (decimal): -2238888 or 5822173. OLE color: 5822173.
HSL color Cylindrical-coordinate representation of color #DDD658: hue angle of 56.84º 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 #DDD658 is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 214 | 88 | - |
| CMYK | 0 | 0.03 | 0.60 | 0.13 |
| HSL | 56.84º | 0.66% | 0.61% | - |
| HSV(B) | 56.84º | 0.6% | 0.87% | - |
| XYZ | 55.63 | 64.17 | 18.69 | - |
| YUV | 201.73 | 63.82 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 214 | 88 | 0 | 0.03 | 0.60 | 0.13 | 56.84 | 0.66 | 0.61 |
| Hex | DD | D6 | 58 | 0 | 3 | 3C | D | 39 | 42 | 3D |
| Octal | 335 | 326 | 130 | 0 | 3 | 74 | 15 | 71 | 102 | 75 |
| Binary | 11011101 | 11010110 | 1011000 | 0 | 11 | 111100 | 1101 | 111001 | 1000010 | 111101 |
Color Harmonies of #DDD658
Complementary color
Monochromatic Colors of #DDD658
Black with #DDD658
Text Example
Text Example
White with #DDD658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD658; }
p { color: rgb(221,214,88); }
H1.HeaderClassName
{
color: #DDD658;
}
.AnyTagClassName
{
color: #DDD658;
}
</style>
background-color css
<style>
a { background-color: #DDD658; }
a { background-color: rgb(221,214,88); }
div.DivClassName
{
background-color: #DDD658;
}
.BgClassName
{
background-color: #DDD658;
}
</style>
border-color css
<style>
span { border-color: #DDD658; }
span { border-color: rgb(221,214,88); }
td.TdClassName
{
border-color: #DDD658;
}
.TagClassName
{
border-color: #DDD658;
}
</style>