Shades of Manz #DCD25E
Tints of Manz #DCD25E
RGB
CMYK
RGB Variations
Color information
#DCD25E (or 0xDCD25E) is known color: Manz. HEX triplet: DC, D2 and 5E. RGB value is (220,210,94). Sum of RGB (Red+Green+Blue) = 220+210+94=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 210 (82.42% from 255 or 40.08% from 524); Blue value is 94 (37.11% from 255 or 17.94% from 524); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD25E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD25E is #232DA1. Grayscale: #C8C8C8. Windows color (decimal): -2305442 or 6214364. OLE color: 6214364.
HSL color Cylindrical-coordinate representation of color #DCD25E: hue angle of 55.24º 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 #DCD25E is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 210 | 94 | - |
| CMYK | 0 | 0.05 | 0.57 | 0.14 |
| HSL | 55.24º | 0.64% | 0.62% | - |
| HSV(B) | 55.24º | 0.57% | 0.86% | - |
| XYZ | 54.58 | 62.12 | 19.7 | - |
| YUV | 199.77 | 68.31 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 94 | 0 | 0.05 | 0.57 | 0.14 | 55.24 | 0.64 | 0.62 |
| Hex | DC | D2 | 5E | 0 | 5 | 39 | E | 37 | 40 | 3E |
| Octal | 334 | 322 | 136 | 0 | 5 | 71 | 16 | 67 | 100 | 76 |
| Binary | 11011100 | 11010010 | 1011110 | 0 | 101 | 111001 | 1110 | 110111 | 1000000 | 111110 |
Color Harmonies of #DCD25E
Complementary color
Monochromatic Colors of #DCD25E
Black with #DCD25E
Text Example
Text Example
White with #DCD25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD25E; }
p { color: rgb(220,210,94); }
H1.HeaderClassName
{
color: #DCD25E;
}
.AnyTagClassName
{
color: #DCD25E;
}
</style>
background-color css
<style>
a { background-color: #DCD25E; }
a { background-color: rgb(220,210,94); }
div.DivClassName
{
background-color: #DCD25E;
}
.BgClassName
{
background-color: #DCD25E;
}
</style>
border-color css
<style>
span { border-color: #DCD25E; }
span { border-color: rgb(220,210,94); }
td.TdClassName
{
border-color: #DCD25E;
}
.TagClassName
{
border-color: #DCD25E;
}
</style>