Shades of Manz #DDD461
Tints of Manz #DDD461
RGB
CMYK
RGB Variations
Color information
#DDD461 (or 0xDDD461) is known color: Manz. HEX triplet: DD, D4 and 61. RGB value is (221,212,97). Sum of RGB (Red+Green+Blue) = 221+212+97=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 212 (83.20% from 255 or 40% from 530); Blue value is 97 (38.28% from 255 or 18.30% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD461 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD461 is #222B9E. Grayscale: #CACACA. Windows color (decimal): -2239391 or 6411485. OLE color: 6411485.
HSL color Cylindrical-coordinate representation of color #DDD461: hue angle of 55.65º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DDD461 is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 212 | 97 | - |
| CMYK | 0 | 0.04 | 0.56 | 0.13 |
| HSL | 55.65º | 0.65% | 0.62% | - |
| HSV(B) | 55.65º | 0.56% | 0.87% | - |
| XYZ | 55.52 | 63.32 | 20.61 | - |
| YUV | 201.58 | 68.98 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 212 | 97 | 0 | 0.04 | 0.56 | 0.13 | 55.65 | 0.65 | 0.62 |
| Hex | DD | D4 | 61 | 0 | 4 | 38 | D | 38 | 41 | 3E |
| Octal | 335 | 324 | 141 | 0 | 4 | 70 | 15 | 70 | 101 | 76 |
| Binary | 11011101 | 11010100 | 1100001 | 0 | 100 | 111000 | 1101 | 111000 | 1000001 | 111110 |
Color Harmonies of #DDD461
Complementary color
Monochromatic Colors of #DDD461
Black with #DDD461
Text Example
Text Example
White with #DDD461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD461; }
p { color: rgb(221,212,97); }
H1.HeaderClassName
{
color: #DDD461;
}
.AnyTagClassName
{
color: #DDD461;
}
</style>
background-color css
<style>
a { background-color: #DDD461; }
a { background-color: rgb(221,212,97); }
div.DivClassName
{
background-color: #DDD461;
}
.BgClassName
{
background-color: #DDD461;
}
</style>
border-color css
<style>
span { border-color: #DDD461; }
span { border-color: rgb(221,212,97); }
td.TdClassName
{
border-color: #DDD461;
}
.TagClassName
{
border-color: #DDD461;
}
</style>