Shades of Manz #DDDD4C
Tints of Manz #DDDD4C
RGB
CMYK
RGB Variations
Color information
#DDDD4C (or 0xDDDD4C) is known color: Manz. HEX triplet: DD, DD and 4C. RGB value is (221,221,76). Sum of RGB (Red+Green+Blue) = 221+221+76=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 76 (30.08% from 255 or 14.67% from 518); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDD4C is #2222B3. Grayscale: #CDCDCD. Windows color (decimal): -2237108 or 5037533. OLE color: 5037533.
HSL color Cylindrical-coordinate representation of color #DDDD4C: hue angle of 60º 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 #DDDD4C is Cyan = 0, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 221 | 76 | - |
| CMYK | 0 | 0 | 0.66 | 0.13 |
| HSL | 60º | 0.68% | 0.58% | - |
| HSV(B) | 60º | 0.66% | 0.87% | - |
| XYZ | 56.98 | 67.61 | 16.88 | - |
| YUV | 204.47 | 55.5 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 221 | 76 | 0 | 0 | 0.66 | 0.13 | 60 | 0.68 | 0.58 |
| Hex | DD | DD | 4C | 0 | 0 | 42 | D | 3C | 44 | 3A |
| Octal | 335 | 335 | 114 | 0 | 0 | 102 | 15 | 74 | 104 | 72 |
| Binary | 11011101 | 11011101 | 1001100 | 0 | 0 | 1000010 | 1101 | 111100 | 1000100 | 111010 |
Color Harmonies of #DDDD4C
Complementary color
Monochromatic Colors of #DDDD4C
Black with #DDDD4C
Text Example
Text Example
White with #DDDD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDD4C; }
p { color: rgb(221,221,76); }
H1.HeaderClassName
{
color: #DDDD4C;
}
.AnyTagClassName
{
color: #DDDD4C;
}
</style>
background-color css
<style>
a { background-color: #DDDD4C; }
a { background-color: rgb(221,221,76); }
div.DivClassName
{
background-color: #DDDD4C;
}
.BgClassName
{
background-color: #DDDD4C;
}
</style>
border-color css
<style>
span { border-color: #DDDD4C; }
span { border-color: rgb(221,221,76); }
td.TdClassName
{
border-color: #DDDD4C;
}
.TagClassName
{
border-color: #DDDD4C;
}
</style>