Shades of Manz #DFDD54
Tints of Manz #DFDD54
RGB
CMYK
RGB Variations
Color information
#DFDD54 (or 0xDFDD54) is known color: Manz. HEX triplet: DF, DD and 54. RGB value is (223,221,84). Sum of RGB (Red+Green+Blue) = 223+221+84=528 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.23% from 528); Green value is 221 (86.72% from 255 or 41.86% from 528); Blue value is 84 (33.20% from 255 or 15.91% from 528); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDD54 is #2022AB. Grayscale: #CECECE. Windows color (decimal): -2106028 or 5561823. OLE color: 5561823.
HSL color Cylindrical-coordinate representation of color #DFDD54: hue angle of 59.14º 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 #DFDD54 is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 84 | - |
| CMYK | 0 | 0.01 | 0.62 | 0.13 |
| HSL | 59.14º | 0.68% | 0.6% | - |
| HSV(B) | 59.14º | 0.62% | 0.87% | - |
| XYZ | 57.89 | 68.04 | 18.47 | - |
| YUV | 205.98 | 59.16 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 84 | 0 | 0.01 | 0.62 | 0.13 | 59.14 | 0.68 | 0.6 |
| Hex | DF | DD | 54 | 0 | 1 | 3E | D | 3B | 44 | 3C |
| Octal | 337 | 335 | 124 | 0 | 1 | 76 | 15 | 73 | 104 | 74 |
| Binary | 11011111 | 11011101 | 1010100 | 0 | 1 | 111110 | 1101 | 111011 | 1000100 | 111100 |
Color Harmonies of #DFDD54
Complementary color
Monochromatic Colors of #DFDD54
Black with #DFDD54
Text Example
Text Example
White with #DFDD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDD54; }
p { color: rgb(223,221,84); }
H1.HeaderClassName
{
color: #DFDD54;
}
.AnyTagClassName
{
color: #DFDD54;
}
</style>
background-color css
<style>
a { background-color: #DFDD54; }
a { background-color: rgb(223,221,84); }
div.DivClassName
{
background-color: #DFDD54;
}
.BgClassName
{
background-color: #DFDD54;
}
</style>
border-color css
<style>
span { border-color: #DFDD54; }
span { border-color: rgb(223,221,84); }
td.TdClassName
{
border-color: #DFDD54;
}
.TagClassName
{
border-color: #DFDD54;
}
</style>