Shades of Manz #DDD84E
Tints of Manz #DDD84E
RGB
CMYK
RGB Variations
Color information
#DDD84E (or 0xDDD84E) is known color: Manz. HEX triplet: DD, D8 and 4E. RGB value is (221,216,78). Sum of RGB (Red+Green+Blue) = 221+216+78=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 216 (84.77% from 255 or 41.94% from 515); Blue value is 78 (30.86% from 255 or 15.15% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD84E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD84E is #2227B1. Grayscale: #CACACA. Windows color (decimal): -2238386 or 5167325. OLE color: 5167325.
HSL color Cylindrical-coordinate representation of color #DDD84E: hue angle of 57.9º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DDD84E is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 216 | 78 | - |
| CMYK | 0 | 0.02 | 0.65 | 0.13 |
| HSL | 57.9º | 0.68% | 0.59% | - |
| HSV(B) | 57.9º | 0.65% | 0.87% | - |
| XYZ | 55.75 | 65.03 | 16.82 | - |
| YUV | 201.76 | 58.16 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 216 | 78 | 0 | 0.02 | 0.65 | 0.13 | 57.9 | 0.68 | 0.59 |
| Hex | DD | D8 | 4E | 0 | 2 | 41 | D | 3A | 44 | 3B |
| Octal | 335 | 330 | 116 | 0 | 2 | 101 | 15 | 72 | 104 | 73 |
| Binary | 11011101 | 11011000 | 1001110 | 0 | 10 | 1000001 | 1101 | 111010 | 1000100 | 111011 |
Color Harmonies of #DDD84E
Complementary color
Monochromatic Colors of #DDD84E
Black with #DDD84E
Text Example
Text Example
White with #DDD84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD84E; }
p { color: rgb(221,216,78); }
H1.HeaderClassName
{
color: #DDD84E;
}
.AnyTagClassName
{
color: #DDD84E;
}
</style>
background-color css
<style>
a { background-color: #DDD84E; }
a { background-color: rgb(221,216,78); }
div.DivClassName
{
background-color: #DDD84E;
}
.BgClassName
{
background-color: #DDD84E;
}
</style>
border-color css
<style>
span { border-color: #DDD84E; }
span { border-color: rgb(221,216,78); }
td.TdClassName
{
border-color: #DDD84E;
}
.TagClassName
{
border-color: #DDD84E;
}
</style>