Shades of Manz #D9CE60
Tints of Manz #D9CE60
RGB
CMYK
RGB Variations
Color information
#D9CE60 (or 0xD9CE60) is known color: Manz. HEX triplet: D9, CE and 60. RGB value is (217,206,96). Sum of RGB (Red+Green+Blue) = 217+206+96=519 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.81% from 519); Green value is 206 (80.86% from 255 or 39.69% from 519); Blue value is 96 (37.89% from 255 or 18.50% from 519); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CE60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CE60 is #26319F. Grayscale: #C5C5C5. Windows color (decimal): -2503072 or 6344409. OLE color: 6344409.
HSL color Cylindrical-coordinate representation of color #D9CE60: hue angle of 54.55º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D9CE60 is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 206 | 96 | - |
| CMYK | 0 | 0.05 | 0.56 | 0.15 |
| HSL | 54.55º | 0.61% | 0.61% | - |
| HSV(B) | 54.55º | 0.56% | 0.85% | - |
| XYZ | 52.8 | 59.74 | 19.81 | - |
| YUV | 196.75 | 71.14 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 206 | 96 | 0 | 0.05 | 0.56 | 0.15 | 54.55 | 0.61 | 0.61 |
| Hex | D9 | CE | 60 | 0 | 5 | 38 | F | 37 | 3D | 3D |
| Octal | 331 | 316 | 140 | 0 | 5 | 70 | 17 | 67 | 75 | 75 |
| Binary | 11011001 | 11001110 | 1100000 | 0 | 101 | 111000 | 1111 | 110111 | 111101 | 111101 |
Color Harmonies of #D9CE60
Complementary color
Monochromatic Colors of #D9CE60
Black with #D9CE60
Text Example
Text Example
White with #D9CE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CE60; }
p { color: rgb(217,206,96); }
H1.HeaderClassName
{
color: #D9CE60;
}
.AnyTagClassName
{
color: #D9CE60;
}
</style>
background-color css
<style>
a { background-color: #D9CE60; }
a { background-color: rgb(217,206,96); }
div.DivClassName
{
background-color: #D9CE60;
}
.BgClassName
{
background-color: #D9CE60;
}
</style>
border-color css
<style>
span { border-color: #D9CE60; }
span { border-color: rgb(217,206,96); }
td.TdClassName
{
border-color: #D9CE60;
}
.TagClassName
{
border-color: #D9CE60;
}
</style>