Shades of Manz #DCD357
Tints of Manz #DCD357
RGB
CMYK
RGB Variations
Color information
#DCD357 (or 0xDCD357) is known color: Manz. HEX triplet: DC, D3 and 57. RGB value is (220,211,87). Sum of RGB (Red+Green+Blue) = 220+211+87=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 211 (82.81% from 255 or 40.73% from 518); Blue value is 87 (34.38% from 255 or 16.80% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD357 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD357 is #232CA8. Grayscale: #C8C8C8. Windows color (decimal): -2305193 or 5755868. OLE color: 5755868.
HSL color Cylindrical-coordinate representation of color #DCD357: hue angle of 55.94º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DCD357 is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 211 | 87 | - |
| CMYK | 0 | 0.04 | 0.60 | 0.14 |
| HSL | 55.94º | 0.66% | 0.6% | - |
| HSV(B) | 55.94º | 0.6% | 0.86% | - |
| XYZ | 54.53 | 62.49 | 18.21 | - |
| YUV | 199.56 | 64.48 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 211 | 87 | 0 | 0.04 | 0.60 | 0.14 | 55.94 | 0.66 | 0.6 |
| Hex | DC | D3 | 57 | 0 | 4 | 3C | E | 38 | 42 | 3C |
| Octal | 334 | 323 | 127 | 0 | 4 | 74 | 16 | 70 | 102 | 74 |
| Binary | 11011100 | 11010011 | 1010111 | 0 | 100 | 111100 | 1110 | 111000 | 1000010 | 111100 |
Color Harmonies of #DCD357
Complementary color
Monochromatic Colors of #DCD357
Black with #DCD357
Text Example
Text Example
White with #DCD357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD357; }
p { color: rgb(220,211,87); }
H1.HeaderClassName
{
color: #DCD357;
}
.AnyTagClassName
{
color: #DCD357;
}
</style>
background-color css
<style>
a { background-color: #DCD357; }
a { background-color: rgb(220,211,87); }
div.DivClassName
{
background-color: #DCD357;
}
.BgClassName
{
background-color: #DCD357;
}
</style>
border-color css
<style>
span { border-color: #DCD357; }
span { border-color: rgb(220,211,87); }
td.TdClassName
{
border-color: #DCD357;
}
.TagClassName
{
border-color: #DCD357;
}
</style>