Shades of Manz #DCD55F
Tints of Manz #DCD55F
RGB
CMYK
RGB Variations
Color information
#DCD55F (or 0xDCD55F) is known color: Manz. HEX triplet: DC, D5 and 5F. RGB value is (220,213,95). Sum of RGB (Red+Green+Blue) = 220+213+95=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 213 (83.59% from 255 or 40.34% from 528); Blue value is 95 (37.5% from 255 or 17.99% from 528); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD55F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD55F is #232AA0. Grayscale: #CACACA. Windows color (decimal): -2304673 or 6280668. OLE color: 6280668.
HSL color Cylindrical-coordinate representation of color #DCD55F: hue angle of 56.64º 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 #DCD55F is Cyan = 0, Magento = 0.03, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 213 | 95 | - |
| CMYK | 0 | 0.03 | 0.57 | 0.14 |
| HSL | 56.64º | 0.64% | 0.62% | - |
| HSV(B) | 56.64º | 0.57% | 0.86% | - |
| XYZ | 55.38 | 63.63 | 20.19 | - |
| YUV | 201.64 | 67.82 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 213 | 95 | 0 | 0.03 | 0.57 | 0.14 | 56.64 | 0.64 | 0.62 |
| Hex | DC | D5 | 5F | 0 | 3 | 39 | E | 39 | 40 | 3E |
| Octal | 334 | 325 | 137 | 0 | 3 | 71 | 16 | 71 | 100 | 76 |
| Binary | 11011100 | 11010101 | 1011111 | 0 | 11 | 111001 | 1110 | 111001 | 1000000 | 111110 |
Color Harmonies of #DCD55F
Complementary color
Monochromatic Colors of #DCD55F
Black with #DCD55F
Text Example
Text Example
White with #DCD55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD55F; }
p { color: rgb(220,213,95); }
H1.HeaderClassName
{
color: #DCD55F;
}
.AnyTagClassName
{
color: #DCD55F;
}
</style>
background-color css
<style>
a { background-color: #DCD55F; }
a { background-color: rgb(220,213,95); }
div.DivClassName
{
background-color: #DCD55F;
}
.BgClassName
{
background-color: #DCD55F;
}
</style>
border-color css
<style>
span { border-color: #DCD55F; }
span { border-color: rgb(220,213,95); }
td.TdClassName
{
border-color: #DCD55F;
}
.TagClassName
{
border-color: #DCD55F;
}
</style>