Shades of Manz #DDDA4F
Tints of Manz #DDDA4F
RGB
CMYK
RGB Variations
Color information
#DDDA4F (or 0xDDDA4F) is known color: Manz. HEX triplet: DD, DA and 4F. RGB value is (221,218,79). Sum of RGB (Red+Green+Blue) = 221+218+79=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 218 (85.55% from 255 or 42.08% from 518); Blue value is 79 (31.25% from 255 or 15.25% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDA4F is #2225B0. Grayscale: #CBCBCB. Windows color (decimal): -2237873 or 5233373. OLE color: 5233373.
HSL color Cylindrical-coordinate representation of color #DDDA4F: hue angle of 58.73º 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 #DDDA4F is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 218 | 79 | - |
| CMYK | 0 | 0.01 | 0.64 | 0.13 |
| HSL | 58.73º | 0.68% | 0.59% | - |
| HSV(B) | 58.73º | 0.64% | 0.87% | - |
| XYZ | 56.3 | 66.08 | 17.18 | - |
| YUV | 203.05 | 57.99 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 218 | 79 | 0 | 0.01 | 0.64 | 0.13 | 58.73 | 0.68 | 0.59 |
| Hex | DD | DA | 4F | 0 | 1 | 40 | D | 3B | 44 | 3B |
| Octal | 335 | 332 | 117 | 0 | 1 | 100 | 15 | 73 | 104 | 73 |
| Binary | 11011101 | 11011010 | 1001111 | 0 | 1 | 1000000 | 1101 | 111011 | 1000100 | 111011 |
Color Harmonies of #DDDA4F
Complementary color
Monochromatic Colors of #DDDA4F
Black with #DDDA4F
Text Example
Text Example
White with #DDDA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDA4F; }
p { color: rgb(221,218,79); }
H1.HeaderClassName
{
color: #DDDA4F;
}
.AnyTagClassName
{
color: #DDDA4F;
}
</style>
background-color css
<style>
a { background-color: #DDDA4F; }
a { background-color: rgb(221,218,79); }
div.DivClassName
{
background-color: #DDDA4F;
}
.BgClassName
{
background-color: #DDDA4F;
}
</style>
border-color css
<style>
span { border-color: #DDDA4F; }
span { border-color: rgb(221,218,79); }
td.TdClassName
{
border-color: #DDDA4F;
}
.TagClassName
{
border-color: #DDDA4F;
}
</style>