Shades of Manz #DFD65A
Tints of Manz #DFD65A
RGB
CMYK
RGB Variations
Color information
#DFD65A (or 0xDFD65A) is known color: Manz. HEX triplet: DF, D6 and 5A. RGB value is (223,214,90). Sum of RGB (Red+Green+Blue) = 223+214+90=527 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.31% from 527); Green value is 214 (83.98% from 255 or 40.61% from 527); Blue value is 90 (35.55% from 255 or 17.08% from 527); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD65A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD65A is #2029A5. Grayscale: #CBCBCB. Windows color (decimal): -2107814 or 5953247. OLE color: 5953247.
HSL color Cylindrical-coordinate representation of color #DFD65A: hue angle of 55.94º 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 #DFD65A is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 214 | 90 | - |
| CMYK | 0 | 0.04 | 0.60 | 0.13 |
| HSL | 55.94º | 0.68% | 0.61% | - |
| HSV(B) | 55.94º | 0.6% | 0.87% | - |
| XYZ | 56.32 | 64.52 | 19.16 | - |
| YUV | 202.56 | 64.48 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 214 | 90 | 0 | 0.04 | 0.60 | 0.13 | 55.94 | 0.68 | 0.61 |
| Hex | DF | D6 | 5A | 0 | 4 | 3C | D | 38 | 44 | 3D |
| Octal | 337 | 326 | 132 | 0 | 4 | 74 | 15 | 70 | 104 | 75 |
| Binary | 11011111 | 11010110 | 1011010 | 0 | 100 | 111100 | 1101 | 111000 | 1000100 | 111101 |
Color Harmonies of #DFD65A
Complementary color
Monochromatic Colors of #DFD65A
Black with #DFD65A
Text Example
Text Example
White with #DFD65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD65A; }
p { color: rgb(223,214,90); }
H1.HeaderClassName
{
color: #DFD65A;
}
.AnyTagClassName
{
color: #DFD65A;
}
</style>
background-color css
<style>
a { background-color: #DFD65A; }
a { background-color: rgb(223,214,90); }
div.DivClassName
{
background-color: #DFD65A;
}
.BgClassName
{
background-color: #DFD65A;
}
</style>
border-color css
<style>
span { border-color: #DFD65A; }
span { border-color: rgb(223,214,90); }
td.TdClassName
{
border-color: #DFD65A;
}
.TagClassName
{
border-color: #DFD65A;
}
</style>