Shades of Manz #DCD05E
Tints of Manz #DCD05E
RGB
CMYK
RGB Variations
Color information
#DCD05E (or 0xDCD05E) is known color: Manz. HEX triplet: DC, D0 and 5E. RGB value is (220,208,94). Sum of RGB (Red+Green+Blue) = 220+208+94=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 208 (81.64% from 255 or 39.85% from 522); Blue value is 94 (37.11% from 255 or 18.01% from 522); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD05E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD05E is #232FA1. Grayscale: #C7C7C7. Windows color (decimal): -2305954 or 6213852. OLE color: 6213852.
HSL color Cylindrical-coordinate representation of color #DCD05E: hue angle of 54.29º 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 #DCD05E is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 208 | 94 | - |
| CMYK | 0 | 0.05 | 0.57 | 0.14 |
| HSL | 54.29º | 0.64% | 0.62% | - |
| HSV(B) | 54.29º | 0.57% | 0.86% | - |
| XYZ | 54.09 | 61.14 | 19.54 | - |
| YUV | 198.59 | 68.98 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 208 | 94 | 0 | 0.05 | 0.57 | 0.14 | 54.29 | 0.64 | 0.62 |
| Hex | DC | D0 | 5E | 0 | 5 | 39 | E | 36 | 40 | 3E |
| Octal | 334 | 320 | 136 | 0 | 5 | 71 | 16 | 66 | 100 | 76 |
| Binary | 11011100 | 11010000 | 1011110 | 0 | 101 | 111001 | 1110 | 110110 | 1000000 | 111110 |
Color Harmonies of #DCD05E
Complementary color
Monochromatic Colors of #DCD05E
Black with #DCD05E
Text Example
Text Example
White with #DCD05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD05E; }
p { color: rgb(220,208,94); }
H1.HeaderClassName
{
color: #DCD05E;
}
.AnyTagClassName
{
color: #DCD05E;
}
</style>
background-color css
<style>
a { background-color: #DCD05E; }
a { background-color: rgb(220,208,94); }
div.DivClassName
{
background-color: #DCD05E;
}
.BgClassName
{
background-color: #DCD05E;
}
</style>
border-color css
<style>
span { border-color: #DCD05E; }
span { border-color: rgb(220,208,94); }
td.TdClassName
{
border-color: #DCD05E;
}
.TagClassName
{
border-color: #DCD05E;
}
</style>