Shades of Manz #D7CE58
Tints of Manz #D7CE58
RGB
CMYK
RGB Variations
Color information
#D7CE58 (or 0xD7CE58) is known color: Manz. HEX triplet: D7, CE and 58. RGB value is (215,206,88). Sum of RGB (Red+Green+Blue) = 215+206+88=509 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.24% from 509); Green value is 206 (80.86% from 255 or 40.47% from 509); Blue value is 88 (34.77% from 255 or 17.29% from 509); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CE58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CE58 is #2831A7. Grayscale: #C3C3C3. Windows color (decimal): -2634152 or 5820119. OLE color: 5820119.
HSL color Cylindrical-coordinate representation of color #D7CE58: hue angle of 55.75º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D7CE58 is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 206 | 88 | - |
| CMYK | 0 | 0.04 | 0.59 | 0.16 |
| HSL | 55.75º | 0.61% | 0.59% | - |
| HSV(B) | 55.75º | 0.59% | 0.84% | - |
| XYZ | 51.86 | 59.29 | 17.94 | - |
| YUV | 195.24 | 67.48 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 206 | 88 | 0 | 0.04 | 0.59 | 0.16 | 55.75 | 0.61 | 0.59 |
| Hex | D7 | CE | 58 | 0 | 4 | 3B | 10 | 38 | 3D | 3B |
| Octal | 327 | 316 | 130 | 0 | 4 | 73 | 20 | 70 | 75 | 73 |
| Binary | 11010111 | 11001110 | 1011000 | 0 | 100 | 111011 | 10000 | 111000 | 111101 | 111011 |
Color Harmonies of #D7CE58
Complementary color
Monochromatic Colors of #D7CE58
Black with #D7CE58
Text Example
Text Example
White with #D7CE58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CE58; }
p { color: rgb(215,206,88); }
H1.HeaderClassName
{
color: #D7CE58;
}
.AnyTagClassName
{
color: #D7CE58;
}
</style>
background-color css
<style>
a { background-color: #D7CE58; }
a { background-color: rgb(215,206,88); }
div.DivClassName
{
background-color: #D7CE58;
}
.BgClassName
{
background-color: #D7CE58;
}
</style>
border-color css
<style>
span { border-color: #D7CE58; }
span { border-color: rgb(215,206,88); }
td.TdClassName
{
border-color: #D7CE58;
}
.TagClassName
{
border-color: #D7CE58;
}
</style>