Shades of Manz #DFDD53
Tints of Manz #DFDD53
RGB
CMYK
RGB Variations
Color information
#DFDD53 (or 0xDFDD53) is known color: Manz. HEX triplet: DF, DD and 53. RGB value is (223,221,83). Sum of RGB (Red+Green+Blue) = 223+221+83=527 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.31% from 527); Green value is 221 (86.72% from 255 or 41.94% from 527); Blue value is 83 (32.81% from 255 or 15.75% from 527); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDD53 is #2022AC. Grayscale: #CECECE. Windows color (decimal): -2106029 or 5496287. OLE color: 5496287.
HSL color Cylindrical-coordinate representation of color #DFDD53: hue angle of 59.14º 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 #DFDD53 is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 83 | - |
| CMYK | 0 | 0.01 | 0.63 | 0.13 |
| HSL | 59.14º | 0.69% | 0.6% | - |
| HSV(B) | 59.14º | 0.63% | 0.87% | - |
| XYZ | 57.85 | 68.03 | 18.26 | - |
| YUV | 205.87 | 58.66 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 83 | 0 | 0.01 | 0.63 | 0.13 | 59.14 | 0.69 | 0.6 |
| Hex | DF | DD | 53 | 0 | 1 | 3F | D | 3B | 45 | 3C |
| Octal | 337 | 335 | 123 | 0 | 1 | 77 | 15 | 73 | 105 | 74 |
| Binary | 11011111 | 11011101 | 1010011 | 0 | 1 | 111111 | 1101 | 111011 | 1000101 | 111100 |
Color Harmonies of #DFDD53
Complementary color
Monochromatic Colors of #DFDD53
Black with #DFDD53
Text Example
Text Example
White with #DFDD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDD53; }
p { color: rgb(223,221,83); }
H1.HeaderClassName
{
color: #DFDD53;
}
.AnyTagClassName
{
color: #DFDD53;
}
</style>
background-color css
<style>
a { background-color: #DFDD53; }
a { background-color: rgb(223,221,83); }
div.DivClassName
{
background-color: #DFDD53;
}
.BgClassName
{
background-color: #DFDD53;
}
</style>
border-color css
<style>
span { border-color: #DFDD53; }
span { border-color: rgb(223,221,83); }
td.TdClassName
{
border-color: #DFDD53;
}
.TagClassName
{
border-color: #DFDD53;
}
</style>