Shades of Manz #DDDC4E
Tints of Manz #DDDC4E
RGB
CMYK
RGB Variations
Color information
#DDDC4E (or 0xDDDC4E) is known color: Manz. HEX triplet: DD, DC and 4E. RGB value is (221,220,78). Sum of RGB (Red+Green+Blue) = 221+220+78=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 78 (30.86% from 255 or 15.03% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDC4E is #2223B1. Grayscale: #CCCCCC. Windows color (decimal): -2237362 or 5168349. OLE color: 5168349.
HSL color Cylindrical-coordinate representation of color #DDDC4E: hue angle of 59.58º 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 #DDDC4E is Cyan = 0, Magento = 0.00, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 220 | 78 | - |
| CMYK | 0 | 0.00 | 0.65 | 0.13 |
| HSL | 59.58º | 0.68% | 0.59% | - |
| HSV(B) | 59.58º | 0.65% | 0.87% | - |
| XYZ | 56.79 | 67.11 | 17.17 | - |
| YUV | 204.11 | 56.83 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 220 | 78 | 0 | 0.00 | 0.65 | 0.13 | 59.58 | 0.68 | 0.59 |
| Hex | DD | DC | 4E | 0 | 0 | 41 | D | 3C | 44 | 3B |
| Octal | 335 | 334 | 116 | 0 | 0 | 101 | 15 | 74 | 104 | 73 |
| Binary | 11011101 | 11011100 | 1001110 | 0 | 0 | 1000001 | 1101 | 111100 | 1000100 | 111011 |
Color Harmonies of #DDDC4E
Complementary color
Monochromatic Colors of #DDDC4E
Black with #DDDC4E
Text Example
Text Example
White with #DDDC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDC4E; }
p { color: rgb(221,220,78); }
H1.HeaderClassName
{
color: #DDDC4E;
}
.AnyTagClassName
{
color: #DDDC4E;
}
</style>
background-color css
<style>
a { background-color: #DDDC4E; }
a { background-color: rgb(221,220,78); }
div.DivClassName
{
background-color: #DDDC4E;
}
.BgClassName
{
background-color: #DDDC4E;
}
</style>
border-color css
<style>
span { border-color: #DDDC4E; }
span { border-color: rgb(221,220,78); }
td.TdClassName
{
border-color: #DDDC4E;
}
.TagClassName
{
border-color: #DDDC4E;
}
</style>