Shades of Manz #DDDB4D
Tints of Manz #DDDB4D
RGB
CMYK
RGB Variations
Color information
#DDDB4D (or 0xDDDB4D) is known color: Manz. HEX triplet: DD, DB and 4D. RGB value is (221,219,77). Sum of RGB (Red+Green+Blue) = 221+219+77=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 219 (85.94% from 255 or 42.36% from 517); Blue value is 77 (30.47% from 255 or 14.89% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDB4D is #2224B2. Grayscale: #CBCBCB. Windows color (decimal): -2237619 or 5102557. OLE color: 5102557.
HSL color Cylindrical-coordinate representation of color #DDDB4D: hue angle of 59.17º 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 #DDDB4D is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 219 | 77 | - |
| CMYK | 0 | 0.01 | 0.65 | 0.13 |
| HSL | 59.17º | 0.68% | 0.58% | - |
| HSV(B) | 59.17º | 0.65% | 0.87% | - |
| XYZ | 56.49 | 66.57 | 16.89 | - |
| YUV | 203.41 | 56.66 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 219 | 77 | 0 | 0.01 | 0.65 | 0.13 | 59.17 | 0.68 | 0.58 |
| Hex | DD | DB | 4D | 0 | 1 | 41 | D | 3B | 44 | 3A |
| Octal | 335 | 333 | 115 | 0 | 1 | 101 | 15 | 73 | 104 | 72 |
| Binary | 11011101 | 11011011 | 1001101 | 0 | 1 | 1000001 | 1101 | 111011 | 1000100 | 111010 |
Color Harmonies of #DDDB4D
Complementary color
Monochromatic Colors of #DDDB4D
Black with #DDDB4D
Text Example
Text Example
White with #DDDB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDB4D; }
p { color: rgb(221,219,77); }
H1.HeaderClassName
{
color: #DDDB4D;
}
.AnyTagClassName
{
color: #DDDB4D;
}
</style>
background-color css
<style>
a { background-color: #DDDB4D; }
a { background-color: rgb(221,219,77); }
div.DivClassName
{
background-color: #DDDB4D;
}
.BgClassName
{
background-color: #DDDB4D;
}
</style>
border-color css
<style>
span { border-color: #DDDB4D; }
span { border-color: rgb(221,219,77); }
td.TdClassName
{
border-color: #DDDB4D;
}
.TagClassName
{
border-color: #DDDB4D;
}
</style>