Shades of Manz #DFDD61
Tints of Manz #DFDD61
RGB
CMYK
RGB Variations
Color information
#DFDD61 (or 0xDFDD61) is known color: Manz. HEX triplet: DF, DD and 61. RGB value is (223,221,97). Sum of RGB (Red+Green+Blue) = 223+221+97=541 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.22% from 541); Green value is 221 (86.72% from 255 or 40.85% from 541); Blue value is 97 (38.28% from 255 or 17.93% from 541); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDD61 is #20229E. Grayscale: #CFCFCF. Windows color (decimal): -2106015 or 6413791. OLE color: 6413791.
HSL color Cylindrical-coordinate representation of color #DFDD61: hue angle of 59.05º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DFDD61 is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 97 | - |
| CMYK | 0 | 0.01 | 0.57 | 0.13 |
| HSL | 59.05º | 0.66% | 0.63% | - |
| HSV(B) | 59.05º | 0.57% | 0.87% | - |
| XYZ | 58.45 | 68.26 | 21.41 | - |
| YUV | 207.46 | 65.66 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 97 | 0 | 0.01 | 0.57 | 0.13 | 59.05 | 0.66 | 0.63 |
| Hex | DF | DD | 61 | 0 | 1 | 39 | D | 3B | 42 | 3F |
| Octal | 337 | 335 | 141 | 0 | 1 | 71 | 15 | 73 | 102 | 77 |
| Binary | 11011111 | 11011101 | 1100001 | 0 | 1 | 111001 | 1101 | 111011 | 1000010 | 111111 |
Color Harmonies of #DFDD61
Complementary color
Monochromatic Colors of #DFDD61
Black with #DFDD61
Text Example
Text Example
White with #DFDD61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDD61; }
p { color: rgb(223,221,97); }
H1.HeaderClassName
{
color: #DFDD61;
}
.AnyTagClassName
{
color: #DFDD61;
}
</style>
background-color css
<style>
a { background-color: #DFDD61; }
a { background-color: rgb(223,221,97); }
div.DivClassName
{
background-color: #DFDD61;
}
.BgClassName
{
background-color: #DFDD61;
}
</style>
border-color css
<style>
span { border-color: #DFDD61; }
span { border-color: rgb(223,221,97); }
td.TdClassName
{
border-color: #DFDD61;
}
.TagClassName
{
border-color: #DFDD61;
}
</style>