Shades of Manz #D5D255
Tints of Manz #D5D255
RGB
CMYK
RGB Variations
Color information
#D5D255 (or 0xD5D255) is known color: Manz. HEX triplet: D5, D2 and 55. RGB value is (213,210,85). Sum of RGB (Red+Green+Blue) = 213+210+85=508 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.93% from 508); Green value is 210 (82.42% from 255 or 41.34% from 508); Blue value is 85 (33.59% from 255 or 16.73% from 508); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D255 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D255 is #2A2DAA. Grayscale: #C5C5C5. Windows color (decimal): -2764203 or 5624533. OLE color: 5624533.
HSL color Cylindrical-coordinate representation of color #D5D255: hue angle of 58.59º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D5D255 is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 210 | 85 | - |
| CMYK | 0 | 0.01 | 0.60 | 0.16 |
| HSL | 58.59º | 0.6% | 0.58% | - |
| HSV(B) | 58.59º | 0.6% | 0.84% | - |
| XYZ | 52.13 | 60.9 | 17.6 | - |
| YUV | 196.65 | 64.99 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 210 | 85 | 0 | 0.01 | 0.60 | 0.16 | 58.59 | 0.6 | 0.58 |
| Hex | D5 | D2 | 55 | 0 | 1 | 3C | 10 | 3B | 3C | 3A |
| Octal | 325 | 322 | 125 | 0 | 1 | 74 | 20 | 73 | 74 | 72 |
| Binary | 11010101 | 11010010 | 1010101 | 0 | 1 | 111100 | 10000 | 111011 | 111100 | 111010 |
Color Harmonies of #D5D255
Complementary color
Monochromatic Colors of #D5D255
Black with #D5D255
Text Example
Text Example
White with #D5D255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D255; }
p { color: rgb(213,210,85); }
H1.HeaderClassName
{
color: #D5D255;
}
.AnyTagClassName
{
color: #D5D255;
}
</style>
background-color css
<style>
a { background-color: #D5D255; }
a { background-color: rgb(213,210,85); }
div.DivClassName
{
background-color: #D5D255;
}
.BgClassName
{
background-color: #D5D255;
}
</style>
border-color css
<style>
span { border-color: #D5D255; }
span { border-color: rgb(213,210,85); }
td.TdClassName
{
border-color: #D5D255;
}
.TagClassName
{
border-color: #D5D255;
}
</style>