Shades of Manz #D9CE61
Tints of Manz #D9CE61
RGB
CMYK
RGB Variations
Color information
#D9CE61 (or 0xD9CE61) is known color: Manz. HEX triplet: D9, CE and 61. RGB value is (217,206,97). Sum of RGB (Red+Green+Blue) = 217+206+97=520 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.73% from 520); Green value is 206 (80.86% from 255 or 39.62% from 520); Blue value is 97 (38.28% from 255 or 18.65% from 520); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CE61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CE61 is #26319E. Grayscale: #C5C5C5. Windows color (decimal): -2503071 or 6409945. OLE color: 6409945.
HSL color Cylindrical-coordinate representation of color #D9CE61: hue angle of 54.5º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D9CE61 is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 206 | 97 | - |
| CMYK | 0 | 0.05 | 0.55 | 0.15 |
| HSL | 54.5º | 0.61% | 0.62% | - |
| HSV(B) | 54.5º | 0.55% | 0.85% | - |
| XYZ | 52.84 | 59.76 | 20.06 | - |
| YUV | 196.86 | 71.64 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 206 | 97 | 0 | 0.05 | 0.55 | 0.15 | 54.5 | 0.61 | 0.62 |
| Hex | D9 | CE | 61 | 0 | 5 | 37 | F | 36 | 3D | 3E |
| Octal | 331 | 316 | 141 | 0 | 5 | 67 | 17 | 66 | 75 | 76 |
| Binary | 11011001 | 11001110 | 1100001 | 0 | 101 | 110111 | 1111 | 110110 | 111101 | 111110 |
Color Harmonies of #D9CE61
Complementary color
Monochromatic Colors of #D9CE61
Black with #D9CE61
Text Example
Text Example
White with #D9CE61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CE61; }
p { color: rgb(217,206,97); }
H1.HeaderClassName
{
color: #D9CE61;
}
.AnyTagClassName
{
color: #D9CE61;
}
</style>
background-color css
<style>
a { background-color: #D9CE61; }
a { background-color: rgb(217,206,97); }
div.DivClassName
{
background-color: #D9CE61;
}
.BgClassName
{
background-color: #D9CE61;
}
</style>
border-color css
<style>
span { border-color: #D9CE61; }
span { border-color: rgb(217,206,97); }
td.TdClassName
{
border-color: #D9CE61;
}
.TagClassName
{
border-color: #D9CE61;
}
</style>