Shades of Manz #DCD661
Tints of Manz #DCD661
RGB
CMYK
RGB Variations
Color information
#DCD661 (or 0xDCD661) is known color: Manz. HEX triplet: DC, D6 and 61. RGB value is (220,214,97). Sum of RGB (Red+Green+Blue) = 220+214+97=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 214 (83.98% from 255 or 40.30% from 531); Blue value is 97 (38.28% from 255 or 18.27% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD661 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD661 is #23299E. Grayscale: #CACACA. Windows color (decimal): -2304415 or 6411996. OLE color: 6411996.
HSL color Cylindrical-coordinate representation of color #DCD661: hue angle of 57.07º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DCD661 is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 214 | 97 | - |
| CMYK | 0 | 0.03 | 0.56 | 0.14 |
| HSL | 57.07º | 0.64% | 0.62% | - |
| HSV(B) | 57.07º | 0.56% | 0.86% | - |
| XYZ | 55.72 | 64.17 | 20.76 | - |
| YUV | 202.46 | 68.49 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 214 | 97 | 0 | 0.03 | 0.56 | 0.14 | 57.07 | 0.64 | 0.62 |
| Hex | DC | D6 | 61 | 0 | 3 | 38 | E | 39 | 40 | 3E |
| Octal | 334 | 326 | 141 | 0 | 3 | 70 | 16 | 71 | 100 | 76 |
| Binary | 11011100 | 11010110 | 1100001 | 0 | 11 | 111000 | 1110 | 111001 | 1000000 | 111110 |
Color Harmonies of #DCD661
Complementary color
Monochromatic Colors of #DCD661
Black with #DCD661
Text Example
Text Example
White with #DCD661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD661; }
p { color: rgb(220,214,97); }
H1.HeaderClassName
{
color: #DCD661;
}
.AnyTagClassName
{
color: #DCD661;
}
</style>
background-color css
<style>
a { background-color: #DCD661; }
a { background-color: rgb(220,214,97); }
div.DivClassName
{
background-color: #DCD661;
}
.BgClassName
{
background-color: #DCD661;
}
</style>
border-color css
<style>
span { border-color: #DCD661; }
span { border-color: rgb(220,214,97); }
td.TdClassName
{
border-color: #DCD661;
}
.TagClassName
{
border-color: #DCD661;
}
</style>