Shades of Manz #D2D655
Tints of Manz #D2D655
RGB
CMYK
RGB Variations
Color information
#D2D655 (or 0xD2D655) is known color: Manz. HEX triplet: D2, D6 and 55. RGB value is (210,214,85). Sum of RGB (Red+Green+Blue) = 210+214+85=509 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.26% from 509); Green value is 214 (83.98% from 255 or 42.04% from 509); Blue value is 85 (33.59% from 255 or 16.70% from 509); Max value from RGB is 214 - color contains mainly: green. Hex color #D2D655 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D655 is #2D29AA. Grayscale: #C6C6C6. Windows color (decimal): -2959787 or 5625554. OLE color: 5625554.
HSL color Cylindrical-coordinate representation of color #D2D655: hue angle of 61.86º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D2D655 is Cyan = 0.02, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 214 | 85 | - |
| CMYK | 0.02 | 0 | 0.60 | 0.16 |
| HSL | 61.86º | 0.61% | 0.59% | - |
| HSV(B) | 61.86º | 0.6% | 0.84% | - |
| XYZ | 52.26 | 62.45 | 17.89 | - |
| YUV | 198.1 | 64.17 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 214 | 85 | 0.02 | 0 | 0.60 | 0.16 | 61.86 | 0.61 | 0.59 |
| Hex | D2 | D6 | 55 | 2 | 0 | 3C | 10 | 3E | 3D | 3B |
| Octal | 322 | 326 | 125 | 2 | 0 | 74 | 20 | 76 | 75 | 73 |
| Binary | 11010010 | 11010110 | 1010101 | 10 | 0 | 111100 | 10000 | 111110 | 111101 | 111011 |
Color Harmonies of #D2D655
Complementary color
Monochromatic Colors of #D2D655
Black with #D2D655
Text Example
Text Example
White with #D2D655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D655; }
p { color: rgb(210,214,85); }
H1.HeaderClassName
{
color: #D2D655;
}
.AnyTagClassName
{
color: #D2D655;
}
</style>
background-color css
<style>
a { background-color: #D2D655; }
a { background-color: rgb(210,214,85); }
div.DivClassName
{
background-color: #D2D655;
}
.BgClassName
{
background-color: #D2D655;
}
</style>
border-color css
<style>
span { border-color: #D2D655; }
span { border-color: rgb(210,214,85); }
td.TdClassName
{
border-color: #D2D655;
}
.TagClassName
{
border-color: #D2D655;
}
</style>