Shades of Manz #DCCD57
Tints of Manz #DCCD57
RGB
CMYK
RGB Variations
Color information
#DCCD57 (or 0xDCCD57) is known color: Manz. HEX triplet: DC, CD and 57. RGB value is (220,205,87). Sum of RGB (Red+Green+Blue) = 220+205+87=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 205 (80.47% from 255 or 40.04% from 512); Blue value is 87 (34.38% from 255 or 16.99% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCD57 is #2332A8. Grayscale: #C4C4C4. Windows color (decimal): -2306729 or 5754332. OLE color: 5754332.
HSL color Cylindrical-coordinate representation of color #DCCD57: hue angle of 53.23º 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 #DCCD57 is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 205 | 87 | - |
| CMYK | 0 | 0.07 | 0.60 | 0.14 |
| HSL | 53.23º | 0.66% | 0.6% | - |
| HSV(B) | 53.23º | 0.6% | 0.86% | - |
| XYZ | 53.07 | 59.57 | 17.72 | - |
| YUV | 196.03 | 66.47 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 205 | 87 | 0 | 0.07 | 0.60 | 0.14 | 53.23 | 0.66 | 0.6 |
| Hex | DC | CD | 57 | 0 | 7 | 3C | E | 35 | 42 | 3C |
| Octal | 334 | 315 | 127 | 0 | 7 | 74 | 16 | 65 | 102 | 74 |
| Binary | 11011100 | 11001101 | 1010111 | 0 | 111 | 111100 | 1110 | 110101 | 1000010 | 111100 |
Color Harmonies of #DCCD57
Complementary color
Monochromatic Colors of #DCCD57
Black with #DCCD57
Text Example
Text Example
White with #DCCD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCD57; }
p { color: rgb(220,205,87); }
H1.HeaderClassName
{
color: #DCCD57;
}
.AnyTagClassName
{
color: #DCCD57;
}
</style>
background-color css
<style>
a { background-color: #DCCD57; }
a { background-color: rgb(220,205,87); }
div.DivClassName
{
background-color: #DCCD57;
}
.BgClassName
{
background-color: #DCCD57;
}
</style>
border-color css
<style>
span { border-color: #DCCD57; }
span { border-color: rgb(220,205,87); }
td.TdClassName
{
border-color: #DCCD57;
}
.TagClassName
{
border-color: #DCCD57;
}
</style>