Shades of Manz #DFDB51
Tints of Manz #DFDB51
RGB
CMYK
RGB Variations
Color information
#DFDB51 (or 0xDFDB51) is known color: Manz. HEX triplet: DF, DB and 51. RGB value is (223,219,81). Sum of RGB (Red+Green+Blue) = 223+219+81=523 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.64% from 523); Green value is 219 (85.94% from 255 or 41.87% from 523); Blue value is 81 (32.03% from 255 or 15.49% from 523); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDB51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDB51 is #2024AE. Grayscale: #CDCDCD. Windows color (decimal): -2106543 or 5364703. OLE color: 5364703.
HSL color Cylindrical-coordinate representation of color #DFDB51: hue angle of 58.31º 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 #DFDB51 is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 219 | 81 | - |
| CMYK | 0 | 0.02 | 0.64 | 0.13 |
| HSL | 58.31º | 0.69% | 0.6% | - |
| HSV(B) | 58.31º | 0.64% | 0.87% | - |
| XYZ | 57.25 | 66.95 | 17.69 | - |
| YUV | 204.46 | 58.33 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 219 | 81 | 0 | 0.02 | 0.64 | 0.13 | 58.31 | 0.69 | 0.6 |
| Hex | DF | DB | 51 | 0 | 2 | 40 | D | 3A | 45 | 3C |
| Octal | 337 | 333 | 121 | 0 | 2 | 100 | 15 | 72 | 105 | 74 |
| Binary | 11011111 | 11011011 | 1010001 | 0 | 10 | 1000000 | 1101 | 111010 | 1000101 | 111100 |
Color Harmonies of #DFDB51
Complementary color
Monochromatic Colors of #DFDB51
Black with #DFDB51
Text Example
Text Example
White with #DFDB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDB51; }
p { color: rgb(223,219,81); }
H1.HeaderClassName
{
color: #DFDB51;
}
.AnyTagClassName
{
color: #DFDB51;
}
</style>
background-color css
<style>
a { background-color: #DFDB51; }
a { background-color: rgb(223,219,81); }
div.DivClassName
{
background-color: #DFDB51;
}
.BgClassName
{
background-color: #DFDB51;
}
</style>
border-color css
<style>
span { border-color: #DFDB51; }
span { border-color: rgb(223,219,81); }
td.TdClassName
{
border-color: #DFDB51;
}
.TagClassName
{
border-color: #DFDB51;
}
</style>