Shades of Manz #DFD25D
Tints of Manz #DFD25D
RGB
CMYK
RGB Variations
Color information
#DFD25D (or 0xDFD25D) is known color: Manz. HEX triplet: DF, D2 and 5D. RGB value is (223,210,93). Sum of RGB (Red+Green+Blue) = 223+210+93=526 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.40% from 526); Green value is 210 (82.42% from 255 or 39.92% from 526); Blue value is 93 (36.72% from 255 or 17.68% from 526); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD25D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD25D is #202DA2. Grayscale: #C9C9C9. Windows color (decimal): -2108835 or 6148831. OLE color: 6148831.
HSL color Cylindrical-coordinate representation of color #DFD25D: hue angle of 54º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DFD25D is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 210 | 93 | - |
| CMYK | 0 | 0.06 | 0.58 | 0.13 |
| HSL | 54º | 0.67% | 0.62% | - |
| HSV(B) | 54º | 0.58% | 0.87% | - |
| XYZ | 55.45 | 62.57 | 19.51 | - |
| YUV | 200.55 | 67.31 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 210 | 93 | 0 | 0.06 | 0.58 | 0.13 | 54 | 0.67 | 0.62 |
| Hex | DF | D2 | 5D | 0 | 6 | 3A | D | 36 | 43 | 3E |
| Octal | 337 | 322 | 135 | 0 | 6 | 72 | 15 | 66 | 103 | 76 |
| Binary | 11011111 | 11010010 | 1011101 | 0 | 110 | 111010 | 1101 | 110110 | 1000011 | 111110 |
Color Harmonies of #DFD25D
Complementary color
Monochromatic Colors of #DFD25D
Black with #DFD25D
Text Example
Text Example
White with #DFD25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD25D; }
p { color: rgb(223,210,93); }
H1.HeaderClassName
{
color: #DFD25D;
}
.AnyTagClassName
{
color: #DFD25D;
}
</style>
background-color css
<style>
a { background-color: #DFD25D; }
a { background-color: rgb(223,210,93); }
div.DivClassName
{
background-color: #DFD25D;
}
.BgClassName
{
background-color: #DFD25D;
}
</style>
border-color css
<style>
span { border-color: #DFD25D; }
span { border-color: rgb(223,210,93); }
td.TdClassName
{
border-color: #DFD25D;
}
.TagClassName
{
border-color: #DFD25D;
}
</style>