Shades of Manz #DDDA4A
Tints of Manz #DDDA4A
RGB
CMYK
RGB Variations
Color information
#DDDA4A (or 0xDDDA4A) is known color: Manz. HEX triplet: DD, DA and 4A. RGB value is (221,218,74). Sum of RGB (Red+Green+Blue) = 221+218+74=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 218 (85.55% from 255 or 42.50% from 513); Blue value is 74 (29.30% from 255 or 14.42% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDA4A is #2225B5. Grayscale: #CBCBCB. Windows color (decimal): -2237878 or 4905693. OLE color: 4905693.
HSL color Cylindrical-coordinate representation of color #DDDA4A: hue angle of 58.78º 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 #DDDA4A is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 218 | 74 | - |
| CMYK | 0 | 0.01 | 0.67 | 0.13 |
| HSL | 58.78º | 0.68% | 0.58% | - |
| HSV(B) | 58.78º | 0.67% | 0.87% | - |
| XYZ | 56.13 | 66.01 | 16.26 | - |
| YUV | 202.48 | 55.49 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 218 | 74 | 0 | 0.01 | 0.67 | 0.13 | 58.78 | 0.68 | 0.58 |
| Hex | DD | DA | 4A | 0 | 1 | 43 | D | 3B | 44 | 3A |
| Octal | 335 | 332 | 112 | 0 | 1 | 103 | 15 | 73 | 104 | 72 |
| Binary | 11011101 | 11011010 | 1001010 | 0 | 1 | 1000011 | 1101 | 111011 | 1000100 | 111010 |
Color Harmonies of #DDDA4A
Complementary color
Monochromatic Colors of #DDDA4A
Black with #DDDA4A
Text Example
Text Example
White with #DDDA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDA4A; }
p { color: rgb(221,218,74); }
H1.HeaderClassName
{
color: #DDDA4A;
}
.AnyTagClassName
{
color: #DDDA4A;
}
</style>
background-color css
<style>
a { background-color: #DDDA4A; }
a { background-color: rgb(221,218,74); }
div.DivClassName
{
background-color: #DDDA4A;
}
.BgClassName
{
background-color: #DDDA4A;
}
</style>
border-color css
<style>
span { border-color: #DDDA4A; }
span { border-color: rgb(221,218,74); }
td.TdClassName
{
border-color: #DDDA4A;
}
.TagClassName
{
border-color: #DDDA4A;
}
</style>