Shades of Manz #DCD95A
Tints of Manz #DCD95A
RGB
CMYK
RGB Variations
Color information
#DCD95A (or 0xDCD95A) is known color: Manz. HEX triplet: DC, D9 and 5A. RGB value is (220,217,90). Sum of RGB (Red+Green+Blue) = 220+217+90=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 217 (85.16% from 255 or 41.18% from 527); Blue value is 90 (35.55% from 255 or 17.08% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD95A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD95A is #2326A5. Grayscale: #CBCBCB. Windows color (decimal): -2303654 or 5954012. OLE color: 5954012.
HSL color Cylindrical-coordinate representation of color #DCD95A: hue angle of 58.62º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DCD95A is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 217 | 90 | - |
| CMYK | 0 | 0.01 | 0.59 | 0.14 |
| HSL | 58.62º | 0.65% | 0.61% | - |
| HSV(B) | 58.62º | 0.59% | 0.86% | - |
| XYZ | 56.17 | 65.58 | 19.37 | - |
| YUV | 203.42 | 63.99 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 217 | 90 | 0 | 0.01 | 0.59 | 0.14 | 58.62 | 0.65 | 0.61 |
| Hex | DC | D9 | 5A | 0 | 1 | 3B | E | 3B | 41 | 3D |
| Octal | 334 | 331 | 132 | 0 | 1 | 73 | 16 | 73 | 101 | 75 |
| Binary | 11011100 | 11011001 | 1011010 | 0 | 1 | 111011 | 1110 | 111011 | 1000001 | 111101 |
Color Harmonies of #DCD95A
Complementary color
Monochromatic Colors of #DCD95A
Black with #DCD95A
Text Example
Text Example
White with #DCD95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD95A; }
p { color: rgb(220,217,90); }
H1.HeaderClassName
{
color: #DCD95A;
}
.AnyTagClassName
{
color: #DCD95A;
}
</style>
background-color css
<style>
a { background-color: #DCD95A; }
a { background-color: rgb(220,217,90); }
div.DivClassName
{
background-color: #DCD95A;
}
.BgClassName
{
background-color: #DCD95A;
}
</style>
border-color css
<style>
span { border-color: #DCD95A; }
span { border-color: rgb(220,217,90); }
td.TdClassName
{
border-color: #DCD95A;
}
.TagClassName
{
border-color: #DCD95A;
}
</style>