Shades of Manz #DFD75C
Tints of Manz #DFD75C
RGB
CMYK
RGB Variations
Color information
#DFD75C (or 0xDFD75C) is known color: Manz. HEX triplet: DF, D7 and 5C. RGB value is (223,215,92). Sum of RGB (Red+Green+Blue) = 223+215+92=530 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.08% from 530); Green value is 215 (84.38% from 255 or 40.57% from 530); Blue value is 92 (36.33% from 255 or 17.36% from 530); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD75C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD75C is #2028A3. Grayscale: #CBCBCB. Windows color (decimal): -2107556 or 6084575. OLE color: 6084575.
HSL color Cylindrical-coordinate representation of color #DFD75C: hue angle of 56.34º 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 #DFD75C is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 215 | 92 | - |
| CMYK | 0 | 0.04 | 0.59 | 0.13 |
| HSL | 56.34º | 0.67% | 0.62% | - |
| HSV(B) | 56.34º | 0.59% | 0.87% | - |
| XYZ | 56.66 | 65.06 | 19.7 | - |
| YUV | 203.37 | 65.15 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 215 | 92 | 0 | 0.04 | 0.59 | 0.13 | 56.34 | 0.67 | 0.62 |
| Hex | DF | D7 | 5C | 0 | 4 | 3B | D | 38 | 43 | 3E |
| Octal | 337 | 327 | 134 | 0 | 4 | 73 | 15 | 70 | 103 | 76 |
| Binary | 11011111 | 11010111 | 1011100 | 0 | 100 | 111011 | 1101 | 111000 | 1000011 | 111110 |
Color Harmonies of #DFD75C
Complementary color
Monochromatic Colors of #DFD75C
Black with #DFD75C
Text Example
Text Example
White with #DFD75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD75C; }
p { color: rgb(223,215,92); }
H1.HeaderClassName
{
color: #DFD75C;
}
.AnyTagClassName
{
color: #DFD75C;
}
</style>
background-color css
<style>
a { background-color: #DFD75C; }
a { background-color: rgb(223,215,92); }
div.DivClassName
{
background-color: #DFD75C;
}
.BgClassName
{
background-color: #DFD75C;
}
</style>
border-color css
<style>
span { border-color: #DFD75C; }
span { border-color: rgb(223,215,92); }
td.TdClassName
{
border-color: #DFD75C;
}
.TagClassName
{
border-color: #DFD75C;
}
</style>