Shades of Manz #DCD452
Tints of Manz #DCD452
RGB
CMYK
RGB Variations
Color information
#DCD452 (or 0xDCD452) is known color: Manz. HEX triplet: DC, D4 and 52. RGB value is (220,212,82). Sum of RGB (Red+Green+Blue) = 220+212+82=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 212 (83.20% from 255 or 41.25% from 514); Blue value is 82 (32.42% from 255 or 15.95% from 514); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD452 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD452 is #232BAD. Grayscale: #C8C8C8. Windows color (decimal): -2304942 or 5428444. OLE color: 5428444.
HSL color Cylindrical-coordinate representation of color #DCD452: hue angle of 56.52º 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 #DCD452 is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 212 | 82 | - |
| CMYK | 0 | 0.04 | 0.63 | 0.14 |
| HSL | 56.52º | 0.66% | 0.59% | - |
| HSV(B) | 56.52º | 0.63% | 0.86% | - |
| XYZ | 54.58 | 62.91 | 17.25 | - |
| YUV | 199.57 | 61.65 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 212 | 82 | 0 | 0.04 | 0.63 | 0.14 | 56.52 | 0.66 | 0.59 |
| Hex | DC | D4 | 52 | 0 | 4 | 3F | E | 39 | 42 | 3B |
| Octal | 334 | 324 | 122 | 0 | 4 | 77 | 16 | 71 | 102 | 73 |
| Binary | 11011100 | 11010100 | 1010010 | 0 | 100 | 111111 | 1110 | 111001 | 1000010 | 111011 |
Color Harmonies of #DCD452
Complementary color
Monochromatic Colors of #DCD452
Black with #DCD452
Text Example
Text Example
White with #DCD452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD452; }
p { color: rgb(220,212,82); }
H1.HeaderClassName
{
color: #DCD452;
}
.AnyTagClassName
{
color: #DCD452;
}
</style>
background-color css
<style>
a { background-color: #DCD452; }
a { background-color: rgb(220,212,82); }
div.DivClassName
{
background-color: #DCD452;
}
.BgClassName
{
background-color: #DCD452;
}
</style>
border-color css
<style>
span { border-color: #DCD452; }
span { border-color: rgb(220,212,82); }
td.TdClassName
{
border-color: #DCD452;
}
.TagClassName
{
border-color: #DCD452;
}
</style>