Shades of Manz #D5CF5E
Tints of Manz #D5CF5E
RGB
CMYK
RGB Variations
Color information
#D5CF5E (or 0xD5CF5E) is known color: Manz. HEX triplet: D5, CF and 5E. RGB value is (213,207,94). Sum of RGB (Red+Green+Blue) = 213+207+94=514 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.44% from 514); Green value is 207 (81.25% from 255 or 40.27% from 514); Blue value is 94 (37.11% from 255 or 18.29% from 514); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CF5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CF5E is #2A30A1. Grayscale: #C4C4C4. Windows color (decimal): -2764962 or 6213589. OLE color: 6213589.
HSL color Cylindrical-coordinate representation of color #D5CF5E: hue angle of 56.97º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D5CF5E is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 207 | 94 | - |
| CMYK | 0 | 0.03 | 0.56 | 0.16 |
| HSL | 56.97º | 0.59% | 0.6% | - |
| HSV(B) | 56.97º | 0.56% | 0.84% | - |
| XYZ | 51.77 | 59.58 | 19.36 | - |
| YUV | 195.91 | 70.49 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 207 | 94 | 0 | 0.03 | 0.56 | 0.16 | 56.97 | 0.59 | 0.6 |
| Hex | D5 | CF | 5E | 0 | 3 | 38 | 10 | 39 | 3B | 3C |
| Octal | 325 | 317 | 136 | 0 | 3 | 70 | 20 | 71 | 73 | 74 |
| Binary | 11010101 | 11001111 | 1011110 | 0 | 11 | 111000 | 10000 | 111001 | 111011 | 111100 |
Color Harmonies of #D5CF5E
Complementary color
Monochromatic Colors of #D5CF5E
Black with #D5CF5E
Text Example
Text Example
White with #D5CF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CF5E; }
p { color: rgb(213,207,94); }
H1.HeaderClassName
{
color: #D5CF5E;
}
.AnyTagClassName
{
color: #D5CF5E;
}
</style>
background-color css
<style>
a { background-color: #D5CF5E; }
a { background-color: rgb(213,207,94); }
div.DivClassName
{
background-color: #D5CF5E;
}
.BgClassName
{
background-color: #D5CF5E;
}
</style>
border-color css
<style>
span { border-color: #D5CF5E; }
span { border-color: rgb(213,207,94); }
td.TdClassName
{
border-color: #D5CF5E;
}
.TagClassName
{
border-color: #D5CF5E;
}
</style>