Shades of Manz #DDDB4E
Tints of Manz #DDDB4E
RGB
CMYK
RGB Variations
Color information
#DDDB4E (or 0xDDDB4E) is known color: Manz. HEX triplet: DD, DB and 4E. RGB value is (221,219,78). Sum of RGB (Red+Green+Blue) = 221+219+78=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 219 (85.94% from 255 or 42.28% from 518); Blue value is 78 (30.86% from 255 or 15.06% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDB4E is #2224B1. Grayscale: #CCCCCC. Windows color (decimal): -2237618 or 5168093. OLE color: 5168093.
HSL color Cylindrical-coordinate representation of color #DDDB4E: hue angle of 59.16º 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 #DDDB4E is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 219 | 78 | - |
| CMYK | 0 | 0.01 | 0.65 | 0.13 |
| HSL | 59.16º | 0.68% | 0.59% | - |
| HSV(B) | 59.16º | 0.65% | 0.87% | - |
| XYZ | 56.53 | 66.59 | 17.08 | - |
| YUV | 203.52 | 57.16 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 219 | 78 | 0 | 0.01 | 0.65 | 0.13 | 59.16 | 0.68 | 0.59 |
| Hex | DD | DB | 4E | 0 | 1 | 41 | D | 3B | 44 | 3B |
| Octal | 335 | 333 | 116 | 0 | 1 | 101 | 15 | 73 | 104 | 73 |
| Binary | 11011101 | 11011011 | 1001110 | 0 | 1 | 1000001 | 1101 | 111011 | 1000100 | 111011 |
Color Harmonies of #DDDB4E
Complementary color
Monochromatic Colors of #DDDB4E
Black with #DDDB4E
Text Example
Text Example
White with #DDDB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDB4E; }
p { color: rgb(221,219,78); }
H1.HeaderClassName
{
color: #DDDB4E;
}
.AnyTagClassName
{
color: #DDDB4E;
}
</style>
background-color css
<style>
a { background-color: #DDDB4E; }
a { background-color: rgb(221,219,78); }
div.DivClassName
{
background-color: #DDDB4E;
}
.BgClassName
{
background-color: #DDDB4E;
}
</style>
border-color css
<style>
span { border-color: #DDDB4E; }
span { border-color: rgb(221,219,78); }
td.TdClassName
{
border-color: #DDDB4E;
}
.TagClassName
{
border-color: #DDDB4E;
}
</style>