Shades of Manz #DFD254
Tints of Manz #DFD254
RGB
CMYK
RGB Variations
Color information
#DFD254 (or 0xDFD254) is known color: Manz. HEX triplet: DF, D2 and 54. RGB value is (223,210,84). Sum of RGB (Red+Green+Blue) = 223+210+84=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 210 (82.42% from 255 or 40.62% from 517); Blue value is 84 (33.20% from 255 or 16.25% from 517); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD254 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD254 is #202DAB. Grayscale: #C8C8C8. Windows color (decimal): -2108844 or 5559007. OLE color: 5559007.
HSL color Cylindrical-coordinate representation of color #DFD254: hue angle of 54.39º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DFD254 is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 210 | 84 | - |
| CMYK | 0 | 0.06 | 0.62 | 0.13 |
| HSL | 54.39º | 0.68% | 0.6% | - |
| HSV(B) | 54.39º | 0.62% | 0.87% | - |
| XYZ | 55.08 | 62.42 | 17.53 | - |
| YUV | 199.52 | 62.81 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 210 | 84 | 0 | 0.06 | 0.62 | 0.13 | 54.39 | 0.68 | 0.6 |
| Hex | DF | D2 | 54 | 0 | 6 | 3E | D | 36 | 44 | 3C |
| Octal | 337 | 322 | 124 | 0 | 6 | 76 | 15 | 66 | 104 | 74 |
| Binary | 11011111 | 11010010 | 1010100 | 0 | 110 | 111110 | 1101 | 110110 | 1000100 | 111100 |
Color Harmonies of #DFD254
Complementary color
Monochromatic Colors of #DFD254
Black with #DFD254
Text Example
Text Example
White with #DFD254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD254; }
p { color: rgb(223,210,84); }
H1.HeaderClassName
{
color: #DFD254;
}
.AnyTagClassName
{
color: #DFD254;
}
</style>
background-color css
<style>
a { background-color: #DFD254; }
a { background-color: rgb(223,210,84); }
div.DivClassName
{
background-color: #DFD254;
}
.BgClassName
{
background-color: #DFD254;
}
</style>
border-color css
<style>
span { border-color: #DFD254; }
span { border-color: rgb(223,210,84); }
td.TdClassName
{
border-color: #DFD254;
}
.TagClassName
{
border-color: #DFD254;
}
</style>