Shades of Manz #DDD65E
Tints of Manz #DDD65E
RGB
CMYK
RGB Variations
Color information
#DDD65E (or 0xDDD65E) is known color: Manz. HEX triplet: DD, D6 and 5E. RGB value is (221,214,94). Sum of RGB (Red+Green+Blue) = 221+214+94=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 214 (83.98% from 255 or 40.45% from 529); Blue value is 94 (37.11% from 255 or 17.77% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD65E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD65E is #2229A1. Grayscale: #CACACA. Windows color (decimal): -2238882 or 6215389. OLE color: 6215389.
HSL color Cylindrical-coordinate representation of color #DDD65E: hue angle of 56.69º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DDD65E is Cyan = 0, Magento = 0.03, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 214 | 94 | - |
| CMYK | 0 | 0.03 | 0.57 | 0.13 |
| HSL | 56.69º | 0.65% | 0.62% | - |
| HSV(B) | 56.69º | 0.57% | 0.87% | - |
| XYZ | 55.89 | 64.27 | 20.05 | - |
| YUV | 202.41 | 66.82 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 214 | 94 | 0 | 0.03 | 0.57 | 0.13 | 56.69 | 0.65 | 0.62 |
| Hex | DD | D6 | 5E | 0 | 3 | 39 | D | 39 | 41 | 3E |
| Octal | 335 | 326 | 136 | 0 | 3 | 71 | 15 | 71 | 101 | 76 |
| Binary | 11011101 | 11010110 | 1011110 | 0 | 11 | 111001 | 1101 | 111001 | 1000001 | 111110 |
Color Harmonies of #DDD65E
Complementary color
Monochromatic Colors of #DDD65E
Black with #DDD65E
Text Example
Text Example
White with #DDD65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD65E; }
p { color: rgb(221,214,94); }
H1.HeaderClassName
{
color: #DDD65E;
}
.AnyTagClassName
{
color: #DDD65E;
}
</style>
background-color css
<style>
a { background-color: #DDD65E; }
a { background-color: rgb(221,214,94); }
div.DivClassName
{
background-color: #DDD65E;
}
.BgClassName
{
background-color: #DDD65E;
}
</style>
border-color css
<style>
span { border-color: #DDD65E; }
span { border-color: rgb(221,214,94); }
td.TdClassName
{
border-color: #DDD65E;
}
.TagClassName
{
border-color: #DDD65E;
}
</style>