Shades of Manz #DFDD51
Tints of Manz #DFDD51
RGB
CMYK
RGB Variations
Color information
#DFDD51 (or 0xDFDD51) is known color: Manz. HEX triplet: DF, DD and 51. RGB value is (223,221,81). Sum of RGB (Red+Green+Blue) = 223+221+81=525 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.48% from 525); Green value is 221 (86.72% from 255 or 42.10% from 525); Blue value is 81 (32.03% from 255 or 15.43% from 525); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDD51 is #2022AE. Grayscale: #CECECE. Windows color (decimal): -2106031 or 5365215. OLE color: 5365215.
HSL color Cylindrical-coordinate representation of color #DFDD51: hue angle of 59.15º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DFDD51 is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 81 | - |
| CMYK | 0 | 0.01 | 0.64 | 0.13 |
| HSL | 59.15º | 0.69% | 0.6% | - |
| HSV(B) | 59.15º | 0.64% | 0.87% | - |
| XYZ | 57.77 | 67.99 | 17.86 | - |
| YUV | 205.64 | 57.66 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 81 | 0 | 0.01 | 0.64 | 0.13 | 59.15 | 0.69 | 0.6 |
| Hex | DF | DD | 51 | 0 | 1 | 40 | D | 3B | 45 | 3C |
| Octal | 337 | 335 | 121 | 0 | 1 | 100 | 15 | 73 | 105 | 74 |
| Binary | 11011111 | 11011101 | 1010001 | 0 | 1 | 1000000 | 1101 | 111011 | 1000101 | 111100 |
Color Harmonies of #DFDD51
Complementary color
Monochromatic Colors of #DFDD51
Black with #DFDD51
Text Example
Text Example
White with #DFDD51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDD51; }
p { color: rgb(223,221,81); }
H1.HeaderClassName
{
color: #DFDD51;
}
.AnyTagClassName
{
color: #DFDD51;
}
</style>
background-color css
<style>
a { background-color: #DFDD51; }
a { background-color: rgb(223,221,81); }
div.DivClassName
{
background-color: #DFDD51;
}
.BgClassName
{
background-color: #DFDD51;
}
</style>
border-color css
<style>
span { border-color: #DFDD51; }
span { border-color: rgb(223,221,81); }
td.TdClassName
{
border-color: #DFDD51;
}
.TagClassName
{
border-color: #DFDD51;
}
</style>