Shades of Manz #D6D754
Tints of Manz #D6D754
RGB
CMYK
RGB Variations
Color information
#D6D754 (or 0xD6D754) is known color: Manz. HEX triplet: D6, D7 and 54. RGB value is (214,215,84). Sum of RGB (Red+Green+Blue) = 214+215+84=513 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.72% from 513); Green value is 215 (84.38% from 255 or 41.91% from 513); Blue value is 84 (33.20% from 255 or 16.37% from 513); Max value from RGB is 215 - color contains mainly: green. Hex color #D6D754 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D754 is #2928AB. Grayscale: #C8C8C8. Windows color (decimal): -2697388 or 5560278. OLE color: 5560278.
HSL color Cylindrical-coordinate representation of color #D6D754: hue angle of 60.46º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D6D754 is Cyan = 0.00, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 215 | 84 | - |
| CMYK | 0.00 | 0 | 0.61 | 0.16 |
| HSL | 60.46º | 0.62% | 0.59% | - |
| HSV(B) | 60.46º | 0.61% | 0.84% | - |
| XYZ | 53.63 | 63.54 | 17.82 | - |
| YUV | 199.77 | 62.67 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 215 | 84 | 0.00 | 0 | 0.61 | 0.16 | 60.46 | 0.62 | 0.59 |
| Hex | D6 | D7 | 54 | 0 | 0 | 3D | 10 | 3C | 3E | 3B |
| Octal | 326 | 327 | 124 | 0 | 0 | 75 | 20 | 74 | 76 | 73 |
| Binary | 11010110 | 11010111 | 1010100 | 0 | 0 | 111101 | 10000 | 111100 | 111110 | 111011 |
Color Harmonies of #D6D754
Complementary color
Monochromatic Colors of #D6D754
Black with #D6D754
Text Example
Text Example
White with #D6D754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D754; }
p { color: rgb(214,215,84); }
H1.HeaderClassName
{
color: #D6D754;
}
.AnyTagClassName
{
color: #D6D754;
}
</style>
background-color css
<style>
a { background-color: #D6D754; }
a { background-color: rgb(214,215,84); }
div.DivClassName
{
background-color: #D6D754;
}
.BgClassName
{
background-color: #D6D754;
}
</style>
border-color css
<style>
span { border-color: #D6D754; }
span { border-color: rgb(214,215,84); }
td.TdClassName
{
border-color: #D6D754;
}
.TagClassName
{
border-color: #D6D754;
}
</style>