Shades of Manz #DCD95F
Tints of Manz #DCD95F
RGB
CMYK
RGB Variations
Color information
#DCD95F (or 0xDCD95F) is known color: Manz. HEX triplet: DC, D9 and 5F. RGB value is (220,217,95). Sum of RGB (Red+Green+Blue) = 220+217+95=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 217 (85.16% from 255 or 40.79% from 532); Blue value is 95 (37.5% from 255 or 17.86% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD95F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD95F is #2326A0. Grayscale: #CCCCCC. Windows color (decimal): -2303649 or 6281692. OLE color: 6281692.
HSL color Cylindrical-coordinate representation of color #DCD95F: hue angle of 58.56º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DCD95F is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 217 | 95 | - |
| CMYK | 0 | 0.01 | 0.57 | 0.14 |
| HSL | 58.56º | 0.64% | 0.62% | - |
| HSV(B) | 58.56º | 0.57% | 0.86% | - |
| XYZ | 56.39 | 65.67 | 20.53 | - |
| YUV | 203.99 | 66.49 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 217 | 95 | 0 | 0.01 | 0.57 | 0.14 | 58.56 | 0.64 | 0.62 |
| Hex | DC | D9 | 5F | 0 | 1 | 39 | E | 3B | 40 | 3E |
| Octal | 334 | 331 | 137 | 0 | 1 | 71 | 16 | 73 | 100 | 76 |
| Binary | 11011100 | 11011001 | 1011111 | 0 | 1 | 111001 | 1110 | 111011 | 1000000 | 111110 |
Color Harmonies of #DCD95F
Complementary color
Monochromatic Colors of #DCD95F
Black with #DCD95F
Text Example
Text Example
White with #DCD95F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD95F; }
p { color: rgb(220,217,95); }
H1.HeaderClassName
{
color: #DCD95F;
}
.AnyTagClassName
{
color: #DCD95F;
}
</style>
background-color css
<style>
a { background-color: #DCD95F; }
a { background-color: rgb(220,217,95); }
div.DivClassName
{
background-color: #DCD95F;
}
.BgClassName
{
background-color: #DCD95F;
}
</style>
border-color css
<style>
span { border-color: #DCD95F; }
span { border-color: rgb(220,217,95); }
td.TdClassName
{
border-color: #DCD95F;
}
.TagClassName
{
border-color: #DCD95F;
}
</style>