Shades of Manz #DDD450
Tints of Manz #DDD450
RGB
CMYK
RGB Variations
Color information
#DDD450 (or 0xDDD450) is known color: Manz. HEX triplet: DD, D4 and 50. RGB value is (221,212,80). Sum of RGB (Red+Green+Blue) = 221+212+80=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 212 (83.20% from 255 or 41.33% from 513); Blue value is 80 (31.64% from 255 or 15.59% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD450 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD450 is #222BAF. Grayscale: #C8C8C8. Windows color (decimal): -2239408 or 5297373. OLE color: 5297373.
HSL color Cylindrical-coordinate representation of color #DDD450: hue angle of 56.17º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DDD450 is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 212 | 80 | - |
| CMYK | 0 | 0.04 | 0.64 | 0.13 |
| HSL | 56.17º | 0.67% | 0.59% | - |
| HSV(B) | 56.17º | 0.64% | 0.87% | - |
| XYZ | 54.81 | 63.04 | 16.87 | - |
| YUV | 199.64 | 60.48 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 212 | 80 | 0 | 0.04 | 0.64 | 0.13 | 56.17 | 0.67 | 0.59 |
| Hex | DD | D4 | 50 | 0 | 4 | 40 | D | 38 | 43 | 3B |
| Octal | 335 | 324 | 120 | 0 | 4 | 100 | 15 | 70 | 103 | 73 |
| Binary | 11011101 | 11010100 | 1010000 | 0 | 100 | 1000000 | 1101 | 111000 | 1000011 | 111011 |
Color Harmonies of #DDD450
Complementary color
Monochromatic Colors of #DDD450
Black with #DDD450
Text Example
Text Example
White with #DDD450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD450; }
p { color: rgb(221,212,80); }
H1.HeaderClassName
{
color: #DDD450;
}
.AnyTagClassName
{
color: #DDD450;
}
</style>
background-color css
<style>
a { background-color: #DDD450; }
a { background-color: rgb(221,212,80); }
div.DivClassName
{
background-color: #DDD450;
}
.BgClassName
{
background-color: #DDD450;
}
</style>
border-color css
<style>
span { border-color: #DDD450; }
span { border-color: rgb(221,212,80); }
td.TdClassName
{
border-color: #DDD450;
}
.TagClassName
{
border-color: #DDD450;
}
</style>