Shades of Manz #DFD05A
Tints of Manz #DFD05A
RGB
CMYK
RGB Variations
Color information
#DFD05A (or 0xDFD05A) is known color: Manz. HEX triplet: DF, D0 and 5A. RGB value is (223,208,90). Sum of RGB (Red+Green+Blue) = 223+208+90=521 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.80% from 521); Green value is 208 (81.64% from 255 or 39.92% from 521); Blue value is 90 (35.55% from 255 or 17.27% from 521); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD05A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD05A is #202FA5. Grayscale: #C7C7C7. Windows color (decimal): -2109350 or 5951711. OLE color: 5951711.
HSL color Cylindrical-coordinate representation of color #DFD05A: hue angle of 53.23º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DFD05A is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 208 | 90 | - |
| CMYK | 0 | 0.07 | 0.60 | 0.13 |
| HSL | 53.23º | 0.68% | 0.61% | - |
| HSV(B) | 53.23º | 0.6% | 0.87% | - |
| XYZ | 54.83 | 61.54 | 18.66 | - |
| YUV | 199.03 | 66.47 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 208 | 90 | 0 | 0.07 | 0.60 | 0.13 | 53.23 | 0.68 | 0.61 |
| Hex | DF | D0 | 5A | 0 | 7 | 3C | D | 35 | 44 | 3D |
| Octal | 337 | 320 | 132 | 0 | 7 | 74 | 15 | 65 | 104 | 75 |
| Binary | 11011111 | 11010000 | 1011010 | 0 | 111 | 111100 | 1101 | 110101 | 1000100 | 111101 |
Color Harmonies of #DFD05A
Complementary color
Monochromatic Colors of #DFD05A
Black with #DFD05A
Text Example
Text Example
White with #DFD05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD05A; }
p { color: rgb(223,208,90); }
H1.HeaderClassName
{
color: #DFD05A;
}
.AnyTagClassName
{
color: #DFD05A;
}
</style>
background-color css
<style>
a { background-color: #DFD05A; }
a { background-color: rgb(223,208,90); }
div.DivClassName
{
background-color: #DFD05A;
}
.BgClassName
{
background-color: #DFD05A;
}
</style>
border-color css
<style>
span { border-color: #DFD05A; }
span { border-color: rgb(223,208,90); }
td.TdClassName
{
border-color: #DFD05A;
}
.TagClassName
{
border-color: #DFD05A;
}
</style>