Shades of Manz #D6D254
Tints of Manz #D6D254
RGB
CMYK
RGB Variations
Color information
#D6D254 (or 0xD6D254) is known color: Manz. HEX triplet: D6, D2 and 54. RGB value is (214,210,84). Sum of RGB (Red+Green+Blue) = 214+210+84=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 210 (82.42% from 255 or 41.34% from 508); Blue value is 84 (33.20% from 255 or 16.54% from 508); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D254 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D254 is #292DAB. Grayscale: #C5C5C5. Windows color (decimal): -2698668 or 5558998. OLE color: 5558998.
HSL color Cylindrical-coordinate representation of color #D6D254: hue angle of 58.15º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D6D254 is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 210 | 84 | - |
| CMYK | 0 | 0.02 | 0.61 | 0.16 |
| HSL | 58.15º | 0.61% | 0.58% | - |
| HSV(B) | 58.15º | 0.61% | 0.84% | - |
| XYZ | 52.38 | 61.03 | 17.41 | - |
| YUV | 196.83 | 64.33 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 210 | 84 | 0 | 0.02 | 0.61 | 0.16 | 58.15 | 0.61 | 0.58 |
| Hex | D6 | D2 | 54 | 0 | 2 | 3D | 10 | 3A | 3D | 3A |
| Octal | 326 | 322 | 124 | 0 | 2 | 75 | 20 | 72 | 75 | 72 |
| Binary | 11010110 | 11010010 | 1010100 | 0 | 10 | 111101 | 10000 | 111010 | 111101 | 111010 |
Color Harmonies of #D6D254
Complementary color
Monochromatic Colors of #D6D254
Black with #D6D254
Text Example
Text Example
White with #D6D254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D254; }
p { color: rgb(214,210,84); }
H1.HeaderClassName
{
color: #D6D254;
}
.AnyTagClassName
{
color: #D6D254;
}
</style>
background-color css
<style>
a { background-color: #D6D254; }
a { background-color: rgb(214,210,84); }
div.DivClassName
{
background-color: #D6D254;
}
.BgClassName
{
background-color: #D6D254;
}
</style>
border-color css
<style>
span { border-color: #D6D254; }
span { border-color: rgb(214,210,84); }
td.TdClassName
{
border-color: #D6D254;
}
.TagClassName
{
border-color: #D6D254;
}
</style>