Shades of Manz #DDD651
Tints of Manz #DDD651
RGB
CMYK
RGB Variations
Color information
#DDD651 (or 0xDDD651) is known color: Manz. HEX triplet: DD, D6 and 51. RGB value is (221,214,81). Sum of RGB (Red+Green+Blue) = 221+214+81=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 214 (83.98% from 255 or 41.47% from 516); Blue value is 81 (32.03% from 255 or 15.70% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD651 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD651 is #2229AE. Grayscale: #C9C9C9. Windows color (decimal): -2238895 or 5363421. OLE color: 5363421.
HSL color Cylindrical-coordinate representation of color #DDD651: hue angle of 57º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DDD651 is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 214 | 81 | - |
| CMYK | 0 | 0.03 | 0.63 | 0.13 |
| HSL | 57º | 0.67% | 0.59% | - |
| HSV(B) | 57º | 0.63% | 0.87% | - |
| XYZ | 55.35 | 64.06 | 17.23 | - |
| YUV | 200.93 | 60.32 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 214 | 81 | 0 | 0.03 | 0.63 | 0.13 | 57 | 0.67 | 0.59 |
| Hex | DD | D6 | 51 | 0 | 3 | 3F | D | 39 | 43 | 3B |
| Octal | 335 | 326 | 121 | 0 | 3 | 77 | 15 | 71 | 103 | 73 |
| Binary | 11011101 | 11010110 | 1010001 | 0 | 11 | 111111 | 1101 | 111001 | 1000011 | 111011 |
Color Harmonies of #DDD651
Complementary color
Monochromatic Colors of #DDD651
Black with #DDD651
Text Example
Text Example
White with #DDD651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD651; }
p { color: rgb(221,214,81); }
H1.HeaderClassName
{
color: #DDD651;
}
.AnyTagClassName
{
color: #DDD651;
}
</style>
background-color css
<style>
a { background-color: #DDD651; }
a { background-color: rgb(221,214,81); }
div.DivClassName
{
background-color: #DDD651;
}
.BgClassName
{
background-color: #DDD651;
}
</style>
border-color css
<style>
span { border-color: #DDD651; }
span { border-color: rgb(221,214,81); }
td.TdClassName
{
border-color: #DDD651;
}
.TagClassName
{
border-color: #DDD651;
}
</style>