Shades of Manz #DCD25F
Tints of Manz #DCD25F
RGB
CMYK
RGB Variations
Color information
#DCD25F (or 0xDCD25F) is known color: Manz. HEX triplet: DC, D2 and 5F. RGB value is (220,210,95). Sum of RGB (Red+Green+Blue) = 220+210+95=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 210 (82.42% from 255 or 40% from 525); Blue value is 95 (37.5% from 255 or 18.10% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD25F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD25F is #232DA0. Grayscale: #C8C8C8. Windows color (decimal): -2305441 or 6279900. OLE color: 6279900.
HSL color Cylindrical-coordinate representation of color #DCD25F: hue angle of 55.2º 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 #DCD25F is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 210 | 95 | - |
| CMYK | 0 | 0.05 | 0.57 | 0.14 |
| HSL | 55.2º | 0.64% | 0.62% | - |
| HSV(B) | 55.2º | 0.57% | 0.86% | - |
| XYZ | 54.63 | 62.14 | 19.94 | - |
| YUV | 199.88 | 68.81 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 95 | 0 | 0.05 | 0.57 | 0.14 | 55.2 | 0.64 | 0.62 |
| Hex | DC | D2 | 5F | 0 | 5 | 39 | E | 37 | 40 | 3E |
| Octal | 334 | 322 | 137 | 0 | 5 | 71 | 16 | 67 | 100 | 76 |
| Binary | 11011100 | 11010010 | 1011111 | 0 | 101 | 111001 | 1110 | 110111 | 1000000 | 111110 |
Color Harmonies of #DCD25F
Complementary color
Monochromatic Colors of #DCD25F
Black with #DCD25F
Text Example
Text Example
White with #DCD25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD25F; }
p { color: rgb(220,210,95); }
H1.HeaderClassName
{
color: #DCD25F;
}
.AnyTagClassName
{
color: #DCD25F;
}
</style>
background-color css
<style>
a { background-color: #DCD25F; }
a { background-color: rgb(220,210,95); }
div.DivClassName
{
background-color: #DCD25F;
}
.BgClassName
{
background-color: #DCD25F;
}
</style>
border-color css
<style>
span { border-color: #DCD25F; }
span { border-color: rgb(220,210,95); }
td.TdClassName
{
border-color: #DCD25F;
}
.TagClassName
{
border-color: #DCD25F;
}
</style>