Shades of Manz #DCD25D
Tints of Manz #DCD25D
RGB
CMYK
RGB Variations
Color information
#DCD25D (or 0xDCD25D) is known color: Manz. HEX triplet: DC, D2 and 5D. RGB value is (220,210,93). Sum of RGB (Red+Green+Blue) = 220+210+93=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 210 (82.42% from 255 or 40.15% from 523); Blue value is 93 (36.72% from 255 or 17.78% from 523); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD25D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD25D is #232DA2. Grayscale: #C8C8C8. Windows color (decimal): -2305443 or 6148828. OLE color: 6148828.
HSL color Cylindrical-coordinate representation of color #DCD25D: hue angle of 55.28º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DCD25D is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 210 | 93 | - |
| CMYK | 0 | 0.05 | 0.58 | 0.14 |
| HSL | 55.28º | 0.64% | 0.61% | - |
| HSV(B) | 55.28º | 0.58% | 0.86% | - |
| XYZ | 54.54 | 62.1 | 19.47 | - |
| YUV | 199.65 | 67.81 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 93 | 0 | 0.05 | 0.58 | 0.14 | 55.28 | 0.64 | 0.61 |
| Hex | DC | D2 | 5D | 0 | 5 | 3A | E | 37 | 40 | 3D |
| Octal | 334 | 322 | 135 | 0 | 5 | 72 | 16 | 67 | 100 | 75 |
| Binary | 11011100 | 11010010 | 1011101 | 0 | 101 | 111010 | 1110 | 110111 | 1000000 | 111101 |
Color Harmonies of #DCD25D
Complementary color
Monochromatic Colors of #DCD25D
Black with #DCD25D
Text Example
Text Example
White with #DCD25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD25D; }
p { color: rgb(220,210,93); }
H1.HeaderClassName
{
color: #DCD25D;
}
.AnyTagClassName
{
color: #DCD25D;
}
</style>
background-color css
<style>
a { background-color: #DCD25D; }
a { background-color: rgb(220,210,93); }
div.DivClassName
{
background-color: #DCD25D;
}
.BgClassName
{
background-color: #DCD25D;
}
</style>
border-color css
<style>
span { border-color: #DCD25D; }
span { border-color: rgb(220,210,93); }
td.TdClassName
{
border-color: #DCD25D;
}
.TagClassName
{
border-color: #DCD25D;
}
</style>