Shades of Manz #DDD64D
Tints of Manz #DDD64D
RGB
CMYK
RGB Variations
Color information
#DDD64D (or 0xDDD64D) is known color: Manz. HEX triplet: DD, D6 and 4D. RGB value is (221,214,77). Sum of RGB (Red+Green+Blue) = 221+214+77=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 214 (83.98% from 255 or 41.80% from 512); Blue value is 77 (30.47% from 255 or 15.04% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD64D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD64D is #2229B2. Grayscale: #C9C9C9. Windows color (decimal): -2238899 or 5101277. OLE color: 5101277.
HSL color Cylindrical-coordinate representation of color #DDD64D: hue angle of 57.08º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DDD64D is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 214 | 77 | - |
| CMYK | 0 | 0.03 | 0.65 | 0.13 |
| HSL | 57.08º | 0.68% | 0.58% | - |
| HSV(B) | 57.08º | 0.65% | 0.87% | - |
| XYZ | 55.2 | 64 | 16.47 | - |
| YUV | 200.48 | 58.32 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 214 | 77 | 0 | 0.03 | 0.65 | 0.13 | 57.08 | 0.68 | 0.58 |
| Hex | DD | D6 | 4D | 0 | 3 | 41 | D | 39 | 44 | 3A |
| Octal | 335 | 326 | 115 | 0 | 3 | 101 | 15 | 71 | 104 | 72 |
| Binary | 11011101 | 11010110 | 1001101 | 0 | 11 | 1000001 | 1101 | 111001 | 1000100 | 111010 |
Color Harmonies of #DDD64D
Complementary color
Monochromatic Colors of #DDD64D
Black with #DDD64D
Text Example
Text Example
White with #DDD64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD64D; }
p { color: rgb(221,214,77); }
H1.HeaderClassName
{
color: #DDD64D;
}
.AnyTagClassName
{
color: #DDD64D;
}
</style>
background-color css
<style>
a { background-color: #DDD64D; }
a { background-color: rgb(221,214,77); }
div.DivClassName
{
background-color: #DDD64D;
}
.BgClassName
{
background-color: #DDD64D;
}
</style>
border-color css
<style>
span { border-color: #DDD64D; }
span { border-color: rgb(221,214,77); }
td.TdClassName
{
border-color: #DDD64D;
}
.TagClassName
{
border-color: #DDD64D;
}
</style>