Shades of Manz #DDDF51
Tints of Manz #DDDF51
RGB
CMYK
RGB Variations
Color information
#DDDF51 (or 0xDDDF51) is known color: Manz. HEX triplet: DD, DF and 51. RGB value is (221,223,81). Sum of RGB (Red+Green+Blue) = 221+223+81=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 223 (87.5% from 255 or 42.48% from 525); Blue value is 81 (32.03% from 255 or 15.43% from 525); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDF51 is #2220AE. Grayscale: #CECECE. Windows color (decimal): -2236591 or 5365725. OLE color: 5365725.
HSL color Cylindrical-coordinate representation of color #DDDF51: hue angle of 60.85º 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 #DDDF51 is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 223 | 81 | - |
| CMYK | 0.01 | 0 | 0.64 | 0.13 |
| HSL | 60.85º | 0.69% | 0.6% | - |
| HSV(B) | 60.85º | 0.64% | 0.87% | - |
| XYZ | 57.69 | 68.74 | 18.01 | - |
| YUV | 206.21 | 57.34 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 223 | 81 | 0.01 | 0 | 0.64 | 0.13 | 60.85 | 0.69 | 0.6 |
| Hex | DD | DF | 51 | 1 | 0 | 40 | D | 3D | 45 | 3C |
| Octal | 335 | 337 | 121 | 1 | 0 | 100 | 15 | 75 | 105 | 74 |
| Binary | 11011101 | 11011111 | 1010001 | 1 | 0 | 1000000 | 1101 | 111101 | 1000101 | 111100 |
Color Harmonies of #DDDF51
Complementary color
Monochromatic Colors of #DDDF51
Black with #DDDF51
Text Example
Text Example
White with #DDDF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDF51; }
p { color: rgb(221,223,81); }
H1.HeaderClassName
{
color: #DDDF51;
}
.AnyTagClassName
{
color: #DDDF51;
}
</style>
background-color css
<style>
a { background-color: #DDDF51; }
a { background-color: rgb(221,223,81); }
div.DivClassName
{
background-color: #DDDF51;
}
.BgClassName
{
background-color: #DDDF51;
}
</style>
border-color css
<style>
span { border-color: #DDDF51; }
span { border-color: rgb(221,223,81); }
td.TdClassName
{
border-color: #DDDF51;
}
.TagClassName
{
border-color: #DDDF51;
}
</style>