Shades of Manz #DFDD56
Tints of Manz #DFDD56
RGB
CMYK
RGB Variations
Color information
#DFDD56 (or 0xDFDD56) is known color: Manz. HEX triplet: DF, DD and 56. RGB value is (223,221,86). Sum of RGB (Red+Green+Blue) = 223+221+86=530 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.08% from 530); Green value is 221 (86.72% from 255 or 41.70% from 530); Blue value is 86 (33.98% from 255 or 16.23% from 530); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDD56 is #2022A9. Grayscale: #CECECE. Windows color (decimal): -2106026 or 5692895. OLE color: 5692895.
HSL color Cylindrical-coordinate representation of color #DFDD56: hue angle of 59.12º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DFDD56 is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 86 | - |
| CMYK | 0 | 0.01 | 0.61 | 0.13 |
| HSL | 59.12º | 0.68% | 0.61% | - |
| HSV(B) | 59.12º | 0.61% | 0.87% | - |
| XYZ | 57.97 | 68.07 | 18.89 | - |
| YUV | 206.21 | 60.16 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 86 | 0 | 0.01 | 0.61 | 0.13 | 59.12 | 0.68 | 0.61 |
| Hex | DF | DD | 56 | 0 | 1 | 3D | D | 3B | 44 | 3D |
| Octal | 337 | 335 | 126 | 0 | 1 | 75 | 15 | 73 | 104 | 75 |
| Binary | 11011111 | 11011101 | 1010110 | 0 | 1 | 111101 | 1101 | 111011 | 1000100 | 111101 |
Color Harmonies of #DFDD56
Complementary color
Monochromatic Colors of #DFDD56
Black with #DFDD56
Text Example
Text Example
White with #DFDD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDD56; }
p { color: rgb(223,221,86); }
H1.HeaderClassName
{
color: #DFDD56;
}
.AnyTagClassName
{
color: #DFDD56;
}
</style>
background-color css
<style>
a { background-color: #DFDD56; }
a { background-color: rgb(223,221,86); }
div.DivClassName
{
background-color: #DFDD56;
}
.BgClassName
{
background-color: #DFDD56;
}
</style>
border-color css
<style>
span { border-color: #DFDD56; }
span { border-color: rgb(223,221,86); }
td.TdClassName
{
border-color: #DFDD56;
}
.TagClassName
{
border-color: #DFDD56;
}
</style>