Shades of Manz #DCD152
Tints of Manz #DCD152
RGB
CMYK
RGB Variations
Color information
#DCD152 (or 0xDCD152) is known color: Manz. HEX triplet: DC, D1 and 52. RGB value is (220,209,82). Sum of RGB (Red+Green+Blue) = 220+209+82=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 209 (82.03% from 255 or 40.90% from 511); Blue value is 82 (32.42% from 255 or 16.05% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD152 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD152 is #232EAD. Grayscale: #C6C6C6. Windows color (decimal): -2305710 or 5427676. OLE color: 5427676.
HSL color Cylindrical-coordinate representation of color #DCD152: hue angle of 55.22º degrees, saturation: 0.66, 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 #DCD152 is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 209 | 82 | - |
| CMYK | 0 | 0.05 | 0.63 | 0.14 |
| HSL | 55.22º | 0.66% | 0.59% | - |
| HSV(B) | 55.22º | 0.63% | 0.86% | - |
| XYZ | 53.84 | 61.43 | 17 | - |
| YUV | 197.81 | 62.64 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 209 | 82 | 0 | 0.05 | 0.63 | 0.14 | 55.22 | 0.66 | 0.59 |
| Hex | DC | D1 | 52 | 0 | 5 | 3F | E | 37 | 42 | 3B |
| Octal | 334 | 321 | 122 | 0 | 5 | 77 | 16 | 67 | 102 | 73 |
| Binary | 11011100 | 11010001 | 1010010 | 0 | 101 | 111111 | 1110 | 110111 | 1000010 | 111011 |
Color Harmonies of #DCD152
Complementary color
Monochromatic Colors of #DCD152
Black with #DCD152
Text Example
Text Example
White with #DCD152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD152; }
p { color: rgb(220,209,82); }
H1.HeaderClassName
{
color: #DCD152;
}
.AnyTagClassName
{
color: #DCD152;
}
</style>
background-color css
<style>
a { background-color: #DCD152; }
a { background-color: rgb(220,209,82); }
div.DivClassName
{
background-color: #DCD152;
}
.BgClassName
{
background-color: #DCD152;
}
</style>
border-color css
<style>
span { border-color: #DCD152; }
span { border-color: rgb(220,209,82); }
td.TdClassName
{
border-color: #DCD152;
}
.TagClassName
{
border-color: #DCD152;
}
</style>