Shades of Manz #DFDD55
Tints of Manz #DFDD55
RGB
CMYK
RGB Variations
Color information
#DFDD55 (or 0xDFDD55) is known color: Manz. HEX triplet: DF, DD and 55. RGB value is (223,221,85). Sum of RGB (Red+Green+Blue) = 223+221+85=529 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.16% from 529); Green value is 221 (86.72% from 255 or 41.78% from 529); Blue value is 85 (33.59% from 255 or 16.07% from 529); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDD55 is #2022AA. Grayscale: #CECECE. Windows color (decimal): -2106027 or 5627359. OLE color: 5627359.
HSL color Cylindrical-coordinate representation of color #DFDD55: hue angle of 59.13º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DFDD55 is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 85 | - |
| CMYK | 0 | 0.01 | 0.62 | 0.13 |
| HSL | 59.13º | 0.68% | 0.6% | - |
| HSV(B) | 59.13º | 0.62% | 0.87% | - |
| XYZ | 57.93 | 68.06 | 18.68 | - |
| YUV | 206.09 | 59.66 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 85 | 0 | 0.01 | 0.62 | 0.13 | 59.13 | 0.68 | 0.6 |
| Hex | DF | DD | 55 | 0 | 1 | 3E | D | 3B | 44 | 3C |
| Octal | 337 | 335 | 125 | 0 | 1 | 76 | 15 | 73 | 104 | 74 |
| Binary | 11011111 | 11011101 | 1010101 | 0 | 1 | 111110 | 1101 | 111011 | 1000100 | 111100 |
Color Harmonies of #DFDD55
Complementary color
Monochromatic Colors of #DFDD55
Black with #DFDD55
Text Example
Text Example
White with #DFDD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDD55; }
p { color: rgb(223,221,85); }
H1.HeaderClassName
{
color: #DFDD55;
}
.AnyTagClassName
{
color: #DFDD55;
}
</style>
background-color css
<style>
a { background-color: #DFDD55; }
a { background-color: rgb(223,221,85); }
div.DivClassName
{
background-color: #DFDD55;
}
.BgClassName
{
background-color: #DFDD55;
}
</style>
border-color css
<style>
span { border-color: #DFDD55; }
span { border-color: rgb(223,221,85); }
td.TdClassName
{
border-color: #DFDD55;
}
.TagClassName
{
border-color: #DFDD55;
}
</style>