Shades of Manz #DCD251
Tints of Manz #DCD251
RGB
CMYK
RGB Variations
Color information
#DCD251 (or 0xDCD251) is known color: Manz. HEX triplet: DC, D2 and 51. RGB value is (220,210,81). Sum of RGB (Red+Green+Blue) = 220+210+81=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 210 (82.42% from 255 or 41.10% from 511); Blue value is 81 (32.03% from 255 or 15.85% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD251 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD251 is #232DAE. Grayscale: #C6C6C6. Windows color (decimal): -2305455 or 5362396. OLE color: 5362396.
HSL color Cylindrical-coordinate representation of color #DCD251: hue angle of 55.68º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DCD251 is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 210 | 81 | - |
| CMYK | 0 | 0.05 | 0.63 | 0.14 |
| HSL | 55.68º | 0.67% | 0.59% | - |
| HSV(B) | 55.68º | 0.63% | 0.86% | - |
| XYZ | 54.05 | 61.9 | 16.88 | - |
| YUV | 198.28 | 61.81 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 81 | 0 | 0.05 | 0.63 | 0.14 | 55.68 | 0.67 | 0.59 |
| Hex | DC | D2 | 51 | 0 | 5 | 3F | E | 38 | 43 | 3B |
| Octal | 334 | 322 | 121 | 0 | 5 | 77 | 16 | 70 | 103 | 73 |
| Binary | 11011100 | 11010010 | 1010001 | 0 | 101 | 111111 | 1110 | 111000 | 1000011 | 111011 |
Color Harmonies of #DCD251
Complementary color
Monochromatic Colors of #DCD251
Black with #DCD251
Text Example
Text Example
White with #DCD251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD251; }
p { color: rgb(220,210,81); }
H1.HeaderClassName
{
color: #DCD251;
}
.AnyTagClassName
{
color: #DCD251;
}
</style>
background-color css
<style>
a { background-color: #DCD251; }
a { background-color: rgb(220,210,81); }
div.DivClassName
{
background-color: #DCD251;
}
.BgClassName
{
background-color: #DCD251;
}
</style>
border-color css
<style>
span { border-color: #DCD251; }
span { border-color: rgb(220,210,81); }
td.TdClassName
{
border-color: #DCD251;
}
.TagClassName
{
border-color: #DCD251;
}
</style>