Shades of Manz #D6CC5D
Tints of Manz #D6CC5D
RGB
CMYK
RGB Variations
Color information
#D6CC5D (or 0xD6CC5D) is known color: Manz. HEX triplet: D6, CC and 5D. RGB value is (214,204,93). Sum of RGB (Red+Green+Blue) = 214+204+93=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 204 (80.08% from 255 or 39.92% from 511); Blue value is 93 (36.72% from 255 or 18.20% from 511); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CC5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CC5D is #2933A2. Grayscale: #C2C2C2. Windows color (decimal): -2700195 or 6147286. OLE color: 6147286.
HSL color Cylindrical-coordinate representation of color #D6CC5D: hue angle of 55.04º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D6CC5D is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 204 | 93 | - |
| CMYK | 0 | 0.05 | 0.57 | 0.16 |
| HSL | 55.04º | 0.6% | 0.6% | - |
| HSV(B) | 55.04º | 0.57% | 0.84% | - |
| XYZ | 51.3 | 58.27 | 18.9 | - |
| YUV | 194.34 | 70.81 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 204 | 93 | 0 | 0.05 | 0.57 | 0.16 | 55.04 | 0.6 | 0.6 |
| Hex | D6 | CC | 5D | 0 | 5 | 39 | 10 | 37 | 3C | 3C |
| Octal | 326 | 314 | 135 | 0 | 5 | 71 | 20 | 67 | 74 | 74 |
| Binary | 11010110 | 11001100 | 1011101 | 0 | 101 | 111001 | 10000 | 110111 | 111100 | 111100 |
Color Harmonies of #D6CC5D
Complementary color
Monochromatic Colors of #D6CC5D
Black with #D6CC5D
Text Example
Text Example
White with #D6CC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CC5D; }
p { color: rgb(214,204,93); }
H1.HeaderClassName
{
color: #D6CC5D;
}
.AnyTagClassName
{
color: #D6CC5D;
}
</style>
background-color css
<style>
a { background-color: #D6CC5D; }
a { background-color: rgb(214,204,93); }
div.DivClassName
{
background-color: #D6CC5D;
}
.BgClassName
{
background-color: #D6CC5D;
}
</style>
border-color css
<style>
span { border-color: #D6CC5D; }
span { border-color: rgb(214,204,93); }
td.TdClassName
{
border-color: #D6CC5D;
}
.TagClassName
{
border-color: #D6CC5D;
}
</style>