Shades of Manz #DFDC5C
Tints of Manz #DFDC5C
RGB
CMYK
RGB Variations
Color information
#DFDC5C (or 0xDFDC5C) is known color: Manz. HEX triplet: DF, DC and 5C. RGB value is (223,220,92). Sum of RGB (Red+Green+Blue) = 223+220+92=535 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.68% from 535); Green value is 220 (86.33% from 255 or 41.12% from 535); Blue value is 92 (36.33% from 255 or 17.20% from 535); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDC5C is #2023A3. Grayscale: #CECECE. Windows color (decimal): -2106276 or 6085855. OLE color: 6085855.
HSL color Cylindrical-coordinate representation of color #DFDC5C: hue angle of 58.63º 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 #DFDC5C is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 92 | - |
| CMYK | 0 | 0.01 | 0.59 | 0.13 |
| HSL | 58.63º | 0.67% | 0.62% | - |
| HSV(B) | 58.63º | 0.59% | 0.87% | - |
| XYZ | 57.96 | 67.65 | 20.13 | - |
| YUV | 206.31 | 63.49 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 92 | 0 | 0.01 | 0.59 | 0.13 | 58.63 | 0.67 | 0.62 |
| Hex | DF | DC | 5C | 0 | 1 | 3B | D | 3B | 43 | 3E |
| Octal | 337 | 334 | 134 | 0 | 1 | 73 | 15 | 73 | 103 | 76 |
| Binary | 11011111 | 11011100 | 1011100 | 0 | 1 | 111011 | 1101 | 111011 | 1000011 | 111110 |
Color Harmonies of #DFDC5C
Complementary color
Monochromatic Colors of #DFDC5C
Black with #DFDC5C
Text Example
Text Example
White with #DFDC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDC5C; }
p { color: rgb(223,220,92); }
H1.HeaderClassName
{
color: #DFDC5C;
}
.AnyTagClassName
{
color: #DFDC5C;
}
</style>
background-color css
<style>
a { background-color: #DFDC5C; }
a { background-color: rgb(223,220,92); }
div.DivClassName
{
background-color: #DFDC5C;
}
.BgClassName
{
background-color: #DFDC5C;
}
</style>
border-color css
<style>
span { border-color: #DFDC5C; }
span { border-color: rgb(223,220,92); }
td.TdClassName
{
border-color: #DFDC5C;
}
.TagClassName
{
border-color: #DFDC5C;
}
</style>