Shades of Manz #DDDA4B
Tints of Manz #DDDA4B
RGB
CMYK
RGB Variations
Color information
#DDDA4B (or 0xDDDA4B) is known color: Manz. HEX triplet: DD, DA and 4B. RGB value is (221,218,75). Sum of RGB (Red+Green+Blue) = 221+218+75=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 218 (85.55% from 255 or 42.41% from 514); Blue value is 75 (29.69% from 255 or 14.59% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDA4B is #2225B4. Grayscale: #CBCBCB. Windows color (decimal): -2237877 or 4971229. OLE color: 4971229.
HSL color Cylindrical-coordinate representation of color #DDDA4B: hue angle of 58.77º 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 #DDDA4B is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 218 | 75 | - |
| CMYK | 0 | 0.01 | 0.66 | 0.13 |
| HSL | 58.77º | 0.68% | 0.58% | - |
| HSV(B) | 58.77º | 0.66% | 0.87% | - |
| XYZ | 56.16 | 66.02 | 16.44 | - |
| YUV | 202.6 | 55.99 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 218 | 75 | 0 | 0.01 | 0.66 | 0.13 | 58.77 | 0.68 | 0.58 |
| Hex | DD | DA | 4B | 0 | 1 | 42 | D | 3B | 44 | 3A |
| Octal | 335 | 332 | 113 | 0 | 1 | 102 | 15 | 73 | 104 | 72 |
| Binary | 11011101 | 11011010 | 1001011 | 0 | 1 | 1000010 | 1101 | 111011 | 1000100 | 111010 |
Color Harmonies of #DDDA4B
Complementary color
Monochromatic Colors of #DDDA4B
Black with #DDDA4B
Text Example
Text Example
White with #DDDA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDA4B; }
p { color: rgb(221,218,75); }
H1.HeaderClassName
{
color: #DDDA4B;
}
.AnyTagClassName
{
color: #DDDA4B;
}
</style>
background-color css
<style>
a { background-color: #DDDA4B; }
a { background-color: rgb(221,218,75); }
div.DivClassName
{
background-color: #DDDA4B;
}
.BgClassName
{
background-color: #DDDA4B;
}
</style>
border-color css
<style>
span { border-color: #DDDA4B; }
span { border-color: rgb(221,218,75); }
td.TdClassName
{
border-color: #DDDA4B;
}
.TagClassName
{
border-color: #DDDA4B;
}
</style>