Shades of Manz #DFD25C
Tints of Manz #DFD25C
RGB
CMYK
RGB Variations
Color information
#DFD25C (or 0xDFD25C) is known color: Manz. HEX triplet: DF, D2 and 5C. RGB value is (223,210,92). Sum of RGB (Red+Green+Blue) = 223+210+92=525 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.48% from 525); Green value is 210 (82.42% from 255 or 40% from 525); Blue value is 92 (36.33% from 255 or 17.52% from 525); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD25C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD25C is #202DA3. Grayscale: #C8C8C8. Windows color (decimal): -2108836 or 6083295. OLE color: 6083295.
HSL color Cylindrical-coordinate representation of color #DFD25C: hue angle of 54.05º 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 #DFD25C is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 210 | 92 | - |
| CMYK | 0 | 0.06 | 0.59 | 0.13 |
| HSL | 54.05º | 0.67% | 0.62% | - |
| HSV(B) | 54.05º | 0.59% | 0.87% | - |
| XYZ | 55.41 | 62.55 | 19.28 | - |
| YUV | 200.44 | 66.81 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 210 | 92 | 0 | 0.06 | 0.59 | 0.13 | 54.05 | 0.67 | 0.62 |
| Hex | DF | D2 | 5C | 0 | 6 | 3B | D | 36 | 43 | 3E |
| Octal | 337 | 322 | 134 | 0 | 6 | 73 | 15 | 66 | 103 | 76 |
| Binary | 11011111 | 11010010 | 1011100 | 0 | 110 | 111011 | 1101 | 110110 | 1000011 | 111110 |
Color Harmonies of #DFD25C
Complementary color
Monochromatic Colors of #DFD25C
Black with #DFD25C
Text Example
Text Example
White with #DFD25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD25C; }
p { color: rgb(223,210,92); }
H1.HeaderClassName
{
color: #DFD25C;
}
.AnyTagClassName
{
color: #DFD25C;
}
</style>
background-color css
<style>
a { background-color: #DFD25C; }
a { background-color: rgb(223,210,92); }
div.DivClassName
{
background-color: #DFD25C;
}
.BgClassName
{
background-color: #DFD25C;
}
</style>
border-color css
<style>
span { border-color: #DFD25C; }
span { border-color: rgb(223,210,92); }
td.TdClassName
{
border-color: #DFD25C;
}
.TagClassName
{
border-color: #DFD25C;
}
</style>