Shades of Manz #DDDC4A
Tints of Manz #DDDC4A
RGB
CMYK
RGB Variations
Color information
#DDDC4A (or 0xDDDC4A) is known color: Manz. HEX triplet: DD, DC and 4A. RGB value is (221,220,74). Sum of RGB (Red+Green+Blue) = 221+220+74=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 220 (86.33% from 255 or 42.72% from 515); Blue value is 74 (29.30% from 255 or 14.37% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDC4A is #2223B5. Grayscale: #CCCCCC. Windows color (decimal): -2237366 or 4906205. OLE color: 4906205.
HSL color Cylindrical-coordinate representation of color #DDDC4A: hue angle of 59.59º 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 #DDDC4A is Cyan = 0, Magento = 0.00, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 220 | 74 | - |
| CMYK | 0 | 0.00 | 0.67 | 0.13 |
| HSL | 59.59º | 0.68% | 0.58% | - |
| HSV(B) | 59.59º | 0.67% | 0.87% | - |
| XYZ | 56.65 | 67.05 | 16.44 | - |
| YUV | 203.66 | 54.83 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 220 | 74 | 0 | 0.00 | 0.67 | 0.13 | 59.59 | 0.68 | 0.58 |
| Hex | DD | DC | 4A | 0 | 0 | 43 | D | 3C | 44 | 3A |
| Octal | 335 | 334 | 112 | 0 | 0 | 103 | 15 | 74 | 104 | 72 |
| Binary | 11011101 | 11011100 | 1001010 | 0 | 0 | 1000011 | 1101 | 111100 | 1000100 | 111010 |
Color Harmonies of #DDDC4A
Complementary color
Monochromatic Colors of #DDDC4A
Black with #DDDC4A
Text Example
Text Example
White with #DDDC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDC4A; }
p { color: rgb(221,220,74); }
H1.HeaderClassName
{
color: #DDDC4A;
}
.AnyTagClassName
{
color: #DDDC4A;
}
</style>
background-color css
<style>
a { background-color: #DDDC4A; }
a { background-color: rgb(221,220,74); }
div.DivClassName
{
background-color: #DDDC4A;
}
.BgClassName
{
background-color: #DDDC4A;
}
</style>
border-color css
<style>
span { border-color: #DDDC4A; }
span { border-color: rgb(221,220,74); }
td.TdClassName
{
border-color: #DDDC4A;
}
.TagClassName
{
border-color: #DDDC4A;
}
</style>