Shades of Manz #DDD64F
Tints of Manz #DDD64F
RGB
CMYK
RGB Variations
Color information
#DDD64F (or 0xDDD64F) is known color: Manz. HEX triplet: DD, D6 and 4F. RGB value is (221,214,79). Sum of RGB (Red+Green+Blue) = 221+214+79=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 214 (83.98% from 255 or 41.63% from 514); Blue value is 79 (31.25% from 255 or 15.37% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD64F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD64F is #2229B0. Grayscale: #C9C9C9. Windows color (decimal): -2238897 or 5232349. OLE color: 5232349.
HSL color Cylindrical-coordinate representation of color #DDD64F: hue angle of 57.04º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DDD64F is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 214 | 79 | - |
| CMYK | 0 | 0.03 | 0.64 | 0.13 |
| HSL | 57.04º | 0.68% | 0.59% | - |
| HSV(B) | 57.04º | 0.64% | 0.87% | - |
| XYZ | 55.28 | 64.03 | 16.84 | - |
| YUV | 200.7 | 59.32 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 214 | 79 | 0 | 0.03 | 0.64 | 0.13 | 57.04 | 0.68 | 0.59 |
| Hex | DD | D6 | 4F | 0 | 3 | 40 | D | 39 | 44 | 3B |
| Octal | 335 | 326 | 117 | 0 | 3 | 100 | 15 | 71 | 104 | 73 |
| Binary | 11011101 | 11010110 | 1001111 | 0 | 11 | 1000000 | 1101 | 111001 | 1000100 | 111011 |
Color Harmonies of #DDD64F
Complementary color
Monochromatic Colors of #DDD64F
Black with #DDD64F
Text Example
Text Example
White with #DDD64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD64F; }
p { color: rgb(221,214,79); }
H1.HeaderClassName
{
color: #DDD64F;
}
.AnyTagClassName
{
color: #DDD64F;
}
</style>
background-color css
<style>
a { background-color: #DDD64F; }
a { background-color: rgb(221,214,79); }
div.DivClassName
{
background-color: #DDD64F;
}
.BgClassName
{
background-color: #DDD64F;
}
</style>
border-color css
<style>
span { border-color: #DDD64F; }
span { border-color: rgb(221,214,79); }
td.TdClassName
{
border-color: #DDD64F;
}
.TagClassName
{
border-color: #DDD64F;
}
</style>