Shades of Manz #DCD652
Tints of Manz #DCD652
RGB
CMYK
RGB Variations
Color information
#DCD652 (or 0xDCD652) is known color: Manz. HEX triplet: DC, D6 and 52. RGB value is (220,214,82). Sum of RGB (Red+Green+Blue) = 220+214+82=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 214 (83.98% from 255 or 41.47% from 516); Blue value is 82 (32.42% from 255 or 15.89% from 516); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD652 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD652 is #2329AD. Grayscale: #C9C9C9. Windows color (decimal): -2304430 or 5428956. OLE color: 5428956.
HSL color Cylindrical-coordinate representation of color #DCD652: hue angle of 57.39º 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 #DCD652 is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 214 | 82 | - |
| CMYK | 0 | 0.03 | 0.63 | 0.14 |
| HSL | 57.39º | 0.66% | 0.59% | - |
| HSV(B) | 57.39º | 0.63% | 0.86% | - |
| XYZ | 55.08 | 63.92 | 17.42 | - |
| YUV | 200.75 | 60.99 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 214 | 82 | 0 | 0.03 | 0.63 | 0.14 | 57.39 | 0.66 | 0.59 |
| Hex | DC | D6 | 52 | 0 | 3 | 3F | E | 39 | 42 | 3B |
| Octal | 334 | 326 | 122 | 0 | 3 | 77 | 16 | 71 | 102 | 73 |
| Binary | 11011100 | 11010110 | 1010010 | 0 | 11 | 111111 | 1110 | 111001 | 1000010 | 111011 |
Color Harmonies of #DCD652
Complementary color
Monochromatic Colors of #DCD652
Black with #DCD652
Text Example
Text Example
White with #DCD652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD652; }
p { color: rgb(220,214,82); }
H1.HeaderClassName
{
color: #DCD652;
}
.AnyTagClassName
{
color: #DCD652;
}
</style>
background-color css
<style>
a { background-color: #DCD652; }
a { background-color: rgb(220,214,82); }
div.DivClassName
{
background-color: #DCD652;
}
.BgClassName
{
background-color: #DCD652;
}
</style>
border-color css
<style>
span { border-color: #DCD652; }
span { border-color: rgb(220,214,82); }
td.TdClassName
{
border-color: #DCD652;
}
.TagClassName
{
border-color: #DCD652;
}
</style>