Shades of Manz #DFDB53
Tints of Manz #DFDB53
RGB
CMYK
RGB Variations
Color information
#DFDB53 (or 0xDFDB53) is known color: Manz. HEX triplet: DF, DB and 53. RGB value is (223,219,83). Sum of RGB (Red+Green+Blue) = 223+219+83=525 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.48% from 525); Green value is 219 (85.94% from 255 or 41.71% from 525); Blue value is 83 (32.81% from 255 or 15.81% from 525); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDB53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDB53 is #2024AC. Grayscale: #CDCDCD. Windows color (decimal): -2106541 or 5495775. OLE color: 5495775.
HSL color Cylindrical-coordinate representation of color #DFDB53: hue angle of 58.29º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DFDB53 is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 219 | 83 | - |
| CMYK | 0 | 0.02 | 0.63 | 0.13 |
| HSL | 58.29º | 0.69% | 0.6% | - |
| HSV(B) | 58.29º | 0.63% | 0.87% | - |
| XYZ | 57.32 | 66.98 | 18.09 | - |
| YUV | 204.69 | 59.33 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 219 | 83 | 0 | 0.02 | 0.63 | 0.13 | 58.29 | 0.69 | 0.6 |
| Hex | DF | DB | 53 | 0 | 2 | 3F | D | 3A | 45 | 3C |
| Octal | 337 | 333 | 123 | 0 | 2 | 77 | 15 | 72 | 105 | 74 |
| Binary | 11011111 | 11011011 | 1010011 | 0 | 10 | 111111 | 1101 | 111010 | 1000101 | 111100 |
Color Harmonies of #DFDB53
Complementary color
Monochromatic Colors of #DFDB53
Black with #DFDB53
Text Example
Text Example
White with #DFDB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDB53; }
p { color: rgb(223,219,83); }
H1.HeaderClassName
{
color: #DFDB53;
}
.AnyTagClassName
{
color: #DFDB53;
}
</style>
background-color css
<style>
a { background-color: #DFDB53; }
a { background-color: rgb(223,219,83); }
div.DivClassName
{
background-color: #DFDB53;
}
.BgClassName
{
background-color: #DFDB53;
}
</style>
border-color css
<style>
span { border-color: #DFDB53; }
span { border-color: rgb(223,219,83); }
td.TdClassName
{
border-color: #DFDB53;
}
.TagClassName
{
border-color: #DFDB53;
}
</style>