Shades of Manz #D6CF5A
Tints of Manz #D6CF5A
RGB
CMYK
RGB Variations
Color information
#D6CF5A (or 0xD6CF5A) is known color: Manz. HEX triplet: D6, CF and 5A. RGB value is (214,207,90). Sum of RGB (Red+Green+Blue) = 214+207+90=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 207 (81.25% from 255 or 40.51% from 511); Blue value is 90 (35.55% from 255 or 17.61% from 511); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CF5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CF5A is #2930A5. Grayscale: #C4C4C4. Windows color (decimal): -2699430 or 5951446. OLE color: 5951446.
HSL color Cylindrical-coordinate representation of color #D6CF5A: hue angle of 56.61º degrees, saturation: 0.6, 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 #D6CF5A is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 207 | 90 | - |
| CMYK | 0 | 0.03 | 0.58 | 0.16 |
| HSL | 56.61º | 0.6% | 0.6% | - |
| HSV(B) | 56.61º | 0.58% | 0.84% | - |
| XYZ | 51.89 | 59.66 | 18.45 | - |
| YUV | 195.76 | 68.32 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 207 | 90 | 0 | 0.03 | 0.58 | 0.16 | 56.61 | 0.6 | 0.6 |
| Hex | D6 | CF | 5A | 0 | 3 | 3A | 10 | 39 | 3C | 3C |
| Octal | 326 | 317 | 132 | 0 | 3 | 72 | 20 | 71 | 74 | 74 |
| Binary | 11010110 | 11001111 | 1011010 | 0 | 11 | 111010 | 10000 | 111001 | 111100 | 111100 |
Color Harmonies of #D6CF5A
Complementary color
Monochromatic Colors of #D6CF5A
Black with #D6CF5A
Text Example
Text Example
White with #D6CF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CF5A; }
p { color: rgb(214,207,90); }
H1.HeaderClassName
{
color: #D6CF5A;
}
.AnyTagClassName
{
color: #D6CF5A;
}
</style>
background-color css
<style>
a { background-color: #D6CF5A; }
a { background-color: rgb(214,207,90); }
div.DivClassName
{
background-color: #D6CF5A;
}
.BgClassName
{
background-color: #D6CF5A;
}
</style>
border-color css
<style>
span { border-color: #D6CF5A; }
span { border-color: rgb(214,207,90); }
td.TdClassName
{
border-color: #D6CF5A;
}
.TagClassName
{
border-color: #D6CF5A;
}
</style>