Shades of Manz #D4CF5B
Tints of Manz #D4CF5B
RGB
CMYK
RGB Variations
Color information
#D4CF5B (or 0xD4CF5B) is known color: Manz. HEX triplet: D4, CF and 5B. RGB value is (212,207,91). Sum of RGB (Red+Green+Blue) = 212+207+91=510 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.57% from 510); Green value is 207 (81.25% from 255 or 40.59% from 510); Blue value is 91 (35.94% from 255 or 17.84% from 510); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CF5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CF5B is #2B30A4. Grayscale: #C3C3C3. Windows color (decimal): -2830501 or 6016980. OLE color: 6016980.
HSL color Cylindrical-coordinate representation of color #D4CF5B: hue angle of 57.52º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D4CF5B is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 207 | 91 | - |
| CMYK | 0 | 0.02 | 0.57 | 0.17 |
| HSL | 57.52º | 0.58% | 0.59% | - |
| HSV(B) | 57.52º | 0.57% | 0.83% | - |
| XYZ | 51.35 | 59.38 | 18.65 | - |
| YUV | 195.27 | 69.16 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 207 | 91 | 0 | 0.02 | 0.57 | 0.17 | 57.52 | 0.58 | 0.59 |
| Hex | D4 | CF | 5B | 0 | 2 | 39 | 11 | 3A | 3A | 3B |
| Octal | 324 | 317 | 133 | 0 | 2 | 71 | 21 | 72 | 72 | 73 |
| Binary | 11010100 | 11001111 | 1011011 | 0 | 10 | 111001 | 10001 | 111010 | 111010 | 111011 |
Color Harmonies of #D4CF5B
Complementary color
Monochromatic Colors of #D4CF5B
Black with #D4CF5B
Text Example
Text Example
White with #D4CF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CF5B; }
p { color: rgb(212,207,91); }
H1.HeaderClassName
{
color: #D4CF5B;
}
.AnyTagClassName
{
color: #D4CF5B;
}
</style>
background-color css
<style>
a { background-color: #D4CF5B; }
a { background-color: rgb(212,207,91); }
div.DivClassName
{
background-color: #D4CF5B;
}
.BgClassName
{
background-color: #D4CF5B;
}
</style>
border-color css
<style>
span { border-color: #D4CF5B; }
span { border-color: rgb(212,207,91); }
td.TdClassName
{
border-color: #D4CF5B;
}
.TagClassName
{
border-color: #D4CF5B;
}
</style>