Shades of Manz #DFD05C
Tints of Manz #DFD05C
RGB
CMYK
RGB Variations
Color information
#DFD05C (or 0xDFD05C) is known color: Manz. HEX triplet: DF, D0 and 5C. RGB value is (223,208,92). Sum of RGB (Red+Green+Blue) = 223+208+92=523 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.64% from 523); Green value is 208 (81.64% from 255 or 39.77% from 523); Blue value is 92 (36.33% from 255 or 17.59% from 523); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD05C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD05C is #202FA3. Grayscale: #C7C7C7. Windows color (decimal): -2109348 or 6082783. OLE color: 6082783.
HSL color Cylindrical-coordinate representation of color #DFD05C: hue angle of 53.13º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DFD05C is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 208 | 92 | - |
| CMYK | 0 | 0.07 | 0.59 | 0.13 |
| HSL | 53.13º | 0.67% | 0.62% | - |
| HSV(B) | 53.13º | 0.59% | 0.87% | - |
| XYZ | 54.92 | 61.57 | 19.12 | - |
| YUV | 199.26 | 67.47 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 208 | 92 | 0 | 0.07 | 0.59 | 0.13 | 53.13 | 0.67 | 0.62 |
| Hex | DF | D0 | 5C | 0 | 7 | 3B | D | 35 | 43 | 3E |
| Octal | 337 | 320 | 134 | 0 | 7 | 73 | 15 | 65 | 103 | 76 |
| Binary | 11011111 | 11010000 | 1011100 | 0 | 111 | 111011 | 1101 | 110101 | 1000011 | 111110 |
Color Harmonies of #DFD05C
Complementary color
Monochromatic Colors of #DFD05C
Black with #DFD05C
Text Example
Text Example
White with #DFD05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD05C; }
p { color: rgb(223,208,92); }
H1.HeaderClassName
{
color: #DFD05C;
}
.AnyTagClassName
{
color: #DFD05C;
}
</style>
background-color css
<style>
a { background-color: #DFD05C; }
a { background-color: rgb(223,208,92); }
div.DivClassName
{
background-color: #DFD05C;
}
.BgClassName
{
background-color: #DFD05C;
}
</style>
border-color css
<style>
span { border-color: #DFD05C; }
span { border-color: rgb(223,208,92); }
td.TdClassName
{
border-color: #DFD05C;
}
.TagClassName
{
border-color: #DFD05C;
}
</style>