Shades of Manz #DDDD4A
Tints of Manz #DDDD4A
RGB
CMYK
RGB Variations
Color information
#DDDD4A (or 0xDDDD4A) is known color: Manz. HEX triplet: DD, DD and 4A. RGB value is (221,221,74). Sum of RGB (Red+Green+Blue) = 221+221+74=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 221 (86.72% from 255 or 42.83% from 516); Blue value is 74 (29.30% from 255 or 14.34% from 516); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDD4A is #2222B5. Grayscale: #CCCCCC. Windows color (decimal): -2237110 or 4906461. OLE color: 4906461.
HSL color Cylindrical-coordinate representation of color #DDDD4A: 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.67%. Process color model (Four color, CMYK) of #DDDD4A is Cyan = 0, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 221 | 74 | - |
| CMYK | 0 | 0 | 0.67 | 0.13 |
| HSL | 60º | 0.68% | 0.58% | - |
| HSV(B) | 60º | 0.67% | 0.87% | - |
| XYZ | 56.91 | 67.58 | 16.52 | - |
| YUV | 204.24 | 54.5 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 221 | 74 | 0 | 0 | 0.67 | 0.13 | 60 | 0.68 | 0.58 |
| Hex | DD | DD | 4A | 0 | 0 | 43 | D | 3C | 44 | 3A |
| Octal | 335 | 335 | 112 | 0 | 0 | 103 | 15 | 74 | 104 | 72 |
| Binary | 11011101 | 11011101 | 1001010 | 0 | 0 | 1000011 | 1101 | 111100 | 1000100 | 111010 |
Color Harmonies of #DDDD4A
Complementary color
Monochromatic Colors of #DDDD4A
Black with #DDDD4A
Text Example
Text Example
White with #DDDD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDD4A; }
p { color: rgb(221,221,74); }
H1.HeaderClassName
{
color: #DDDD4A;
}
.AnyTagClassName
{
color: #DDDD4A;
}
</style>
background-color css
<style>
a { background-color: #DDDD4A; }
a { background-color: rgb(221,221,74); }
div.DivClassName
{
background-color: #DDDD4A;
}
.BgClassName
{
background-color: #DDDD4A;
}
</style>
border-color css
<style>
span { border-color: #DDDD4A; }
span { border-color: rgb(221,221,74); }
td.TdClassName
{
border-color: #DDDD4A;
}
.TagClassName
{
border-color: #DDDD4A;
}
</style>