Shades of Manz #DDDA4C
Tints of Manz #DDDA4C
RGB
CMYK
RGB Variations
Color information
#DDDA4C (or 0xDDDA4C) is known color: Manz. HEX triplet: DD, DA and 4C. RGB value is (221,218,76). Sum of RGB (Red+Green+Blue) = 221+218+76=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 218 (85.55% from 255 or 42.33% from 515); Blue value is 76 (30.08% from 255 or 14.76% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDA4C is #2225B3. Grayscale: #CBCBCB. Windows color (decimal): -2237876 or 5036765. OLE color: 5036765.
HSL color Cylindrical-coordinate representation of color #DDDA4C: hue angle of 58.76º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DDDA4C is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 218 | 76 | - |
| CMYK | 0 | 0.01 | 0.66 | 0.13 |
| HSL | 58.76º | 0.68% | 0.58% | - |
| HSV(B) | 58.76º | 0.66% | 0.87% | - |
| XYZ | 56.19 | 66.04 | 16.62 | - |
| YUV | 202.71 | 56.49 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 218 | 76 | 0 | 0.01 | 0.66 | 0.13 | 58.76 | 0.68 | 0.58 |
| Hex | DD | DA | 4C | 0 | 1 | 42 | D | 3B | 44 | 3A |
| Octal | 335 | 332 | 114 | 0 | 1 | 102 | 15 | 73 | 104 | 72 |
| Binary | 11011101 | 11011010 | 1001100 | 0 | 1 | 1000010 | 1101 | 111011 | 1000100 | 111010 |
Color Harmonies of #DDDA4C
Complementary color
Monochromatic Colors of #DDDA4C
Black with #DDDA4C
Text Example
Text Example
White with #DDDA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDA4C; }
p { color: rgb(221,218,76); }
H1.HeaderClassName
{
color: #DDDA4C;
}
.AnyTagClassName
{
color: #DDDA4C;
}
</style>
background-color css
<style>
a { background-color: #DDDA4C; }
a { background-color: rgb(221,218,76); }
div.DivClassName
{
background-color: #DDDA4C;
}
.BgClassName
{
background-color: #DDDA4C;
}
</style>
border-color css
<style>
span { border-color: #DDDA4C; }
span { border-color: rgb(221,218,76); }
td.TdClassName
{
border-color: #DDDA4C;
}
.TagClassName
{
border-color: #DDDA4C;
}
</style>