Shades of Manz #DFDC5A
Tints of Manz #DFDC5A
RGB
CMYK
RGB Variations
Color information
#DFDC5A (or 0xDFDC5A) is known color: Manz. HEX triplet: DF, DC and 5A. RGB value is (223,220,90). Sum of RGB (Red+Green+Blue) = 223+220+90=533 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.84% from 533); Green value is 220 (86.33% from 255 or 41.28% from 533); Blue value is 90 (35.55% from 255 or 16.89% from 533); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDC5A is #2023A5. Grayscale: #CECECE. Windows color (decimal): -2106278 or 5954783. OLE color: 5954783.
HSL color Cylindrical-coordinate representation of color #DFDC5A: hue angle of 58.65º 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 #DFDC5A is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 90 | - |
| CMYK | 0 | 0.01 | 0.60 | 0.13 |
| HSL | 58.65º | 0.68% | 0.61% | - |
| HSV(B) | 58.65º | 0.6% | 0.87% | - |
| XYZ | 57.87 | 67.61 | 19.67 | - |
| YUV | 206.08 | 62.49 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 90 | 0 | 0.01 | 0.60 | 0.13 | 58.65 | 0.68 | 0.61 |
| Hex | DF | DC | 5A | 0 | 1 | 3C | D | 3B | 44 | 3D |
| Octal | 337 | 334 | 132 | 0 | 1 | 74 | 15 | 73 | 104 | 75 |
| Binary | 11011111 | 11011100 | 1011010 | 0 | 1 | 111100 | 1101 | 111011 | 1000100 | 111101 |
Color Harmonies of #DFDC5A
Complementary color
Monochromatic Colors of #DFDC5A
Black with #DFDC5A
Text Example
Text Example
White with #DFDC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDC5A; }
p { color: rgb(223,220,90); }
H1.HeaderClassName
{
color: #DFDC5A;
}
.AnyTagClassName
{
color: #DFDC5A;
}
</style>
background-color css
<style>
a { background-color: #DFDC5A; }
a { background-color: rgb(223,220,90); }
div.DivClassName
{
background-color: #DFDC5A;
}
.BgClassName
{
background-color: #DFDC5A;
}
</style>
border-color css
<style>
span { border-color: #DFDC5A; }
span { border-color: rgb(223,220,90); }
td.TdClassName
{
border-color: #DFDC5A;
}
.TagClassName
{
border-color: #DFDC5A;
}
</style>