Shades of Manz #DFD65C
Tints of Manz #DFD65C
RGB
CMYK
RGB Variations
Color information
#DFD65C (or 0xDFD65C) is known color: Manz. HEX triplet: DF, D6 and 5C. RGB value is (223,214,92). Sum of RGB (Red+Green+Blue) = 223+214+92=529 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.16% from 529); Green value is 214 (83.98% from 255 or 40.45% from 529); Blue value is 92 (36.33% from 255 or 17.39% from 529); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD65C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD65C is #2029A3. Grayscale: #CBCBCB. Windows color (decimal): -2107812 or 6084319. OLE color: 6084319.
HSL color Cylindrical-coordinate representation of color #DFD65C: hue angle of 55.88º 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 #DFD65C is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 214 | 92 | - |
| CMYK | 0 | 0.04 | 0.59 | 0.13 |
| HSL | 55.88º | 0.67% | 0.62% | - |
| HSV(B) | 55.88º | 0.59% | 0.87% | - |
| XYZ | 56.41 | 64.55 | 19.61 | - |
| YUV | 202.78 | 65.48 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 214 | 92 | 0 | 0.04 | 0.59 | 0.13 | 55.88 | 0.67 | 0.62 |
| Hex | DF | D6 | 5C | 0 | 4 | 3B | D | 38 | 43 | 3E |
| Octal | 337 | 326 | 134 | 0 | 4 | 73 | 15 | 70 | 103 | 76 |
| Binary | 11011111 | 11010110 | 1011100 | 0 | 100 | 111011 | 1101 | 111000 | 1000011 | 111110 |
Color Harmonies of #DFD65C
Complementary color
Monochromatic Colors of #DFD65C
Black with #DFD65C
Text Example
Text Example
White with #DFD65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD65C; }
p { color: rgb(223,214,92); }
H1.HeaderClassName
{
color: #DFD65C;
}
.AnyTagClassName
{
color: #DFD65C;
}
</style>
background-color css
<style>
a { background-color: #DFD65C; }
a { background-color: rgb(223,214,92); }
div.DivClassName
{
background-color: #DFD65C;
}
.BgClassName
{
background-color: #DFD65C;
}
</style>
border-color css
<style>
span { border-color: #DFD65C; }
span { border-color: rgb(223,214,92); }
td.TdClassName
{
border-color: #DFD65C;
}
.TagClassName
{
border-color: #DFD65C;
}
</style>