Shades of Manz #D7CC5B
Tints of Manz #D7CC5B
RGB
CMYK
RGB Variations
Color information
#D7CC5B (or 0xD7CC5B) is known color: Manz. HEX triplet: D7, CC and 5B. RGB value is (215,204,91). Sum of RGB (Red+Green+Blue) = 215+204+91=510 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.16% from 510); Green value is 204 (80.08% from 255 or 40% from 510); Blue value is 91 (35.94% from 255 or 17.84% from 510); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CC5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CC5B is #2833A4. Grayscale: #C2C2C2. Windows color (decimal): -2634661 or 6016215. OLE color: 6016215.
HSL color Cylindrical-coordinate representation of color #D7CC5B: hue angle of 54.68º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D7CC5B is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 204 | 91 | - |
| CMYK | 0 | 0.05 | 0.58 | 0.16 |
| HSL | 54.68º | 0.61% | 0.6% | - |
| HSV(B) | 54.68º | 0.58% | 0.84% | - |
| XYZ | 51.51 | 58.39 | 18.45 | - |
| YUV | 194.41 | 69.64 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 204 | 91 | 0 | 0.05 | 0.58 | 0.16 | 54.68 | 0.61 | 0.6 |
| Hex | D7 | CC | 5B | 0 | 5 | 3A | 10 | 37 | 3D | 3C |
| Octal | 327 | 314 | 133 | 0 | 5 | 72 | 20 | 67 | 75 | 74 |
| Binary | 11010111 | 11001100 | 1011011 | 0 | 101 | 111010 | 10000 | 110111 | 111101 | 111100 |
Color Harmonies of #D7CC5B
Complementary color
Monochromatic Colors of #D7CC5B
Black with #D7CC5B
Text Example
Text Example
White with #D7CC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CC5B; }
p { color: rgb(215,204,91); }
H1.HeaderClassName
{
color: #D7CC5B;
}
.AnyTagClassName
{
color: #D7CC5B;
}
</style>
background-color css
<style>
a { background-color: #D7CC5B; }
a { background-color: rgb(215,204,91); }
div.DivClassName
{
background-color: #D7CC5B;
}
.BgClassName
{
background-color: #D7CC5B;
}
</style>
border-color css
<style>
span { border-color: #D7CC5B; }
span { border-color: rgb(215,204,91); }
td.TdClassName
{
border-color: #D7CC5B;
}
.TagClassName
{
border-color: #D7CC5B;
}
</style>