Shades of Manz #D5D455
Tints of Manz #D5D455
RGB
CMYK
RGB Variations
Color information
#D5D455 (or 0xD5D455) is known color: Manz. HEX triplet: D5, D4 and 55. RGB value is (213,212,85). Sum of RGB (Red+Green+Blue) = 213+212+85=510 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.76% from 510); Green value is 212 (83.20% from 255 or 41.57% from 510); Blue value is 85 (33.59% from 255 or 16.67% from 510); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D455 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D455 is #2A2BAA. Grayscale: #C6C6C6. Windows color (decimal): -2763691 or 5625045. OLE color: 5625045.
HSL color Cylindrical-coordinate representation of color #D5D455: hue angle of 59.53º 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 #D5D455 is Cyan = 0, Magento = 0.00, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 212 | 85 | - |
| CMYK | 0 | 0.00 | 0.60 | 0.16 |
| HSL | 59.53º | 0.6% | 0.58% | - |
| HSV(B) | 59.53º | 0.6% | 0.84% | - |
| XYZ | 52.62 | 61.89 | 17.77 | - |
| YUV | 197.82 | 64.33 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 212 | 85 | 0 | 0.00 | 0.60 | 0.16 | 59.53 | 0.6 | 0.58 |
| Hex | D5 | D4 | 55 | 0 | 0 | 3C | 10 | 3C | 3C | 3A |
| Octal | 325 | 324 | 125 | 0 | 0 | 74 | 20 | 74 | 74 | 72 |
| Binary | 11010101 | 11010100 | 1010101 | 0 | 0 | 111100 | 10000 | 111100 | 111100 | 111010 |
Color Harmonies of #D5D455
Complementary color
Monochromatic Colors of #D5D455
Black with #D5D455
Text Example
Text Example
White with #D5D455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D455; }
p { color: rgb(213,212,85); }
H1.HeaderClassName
{
color: #D5D455;
}
.AnyTagClassName
{
color: #D5D455;
}
</style>
background-color css
<style>
a { background-color: #D5D455; }
a { background-color: rgb(213,212,85); }
div.DivClassName
{
background-color: #D5D455;
}
.BgClassName
{
background-color: #D5D455;
}
</style>
border-color css
<style>
span { border-color: #D5D455; }
span { border-color: rgb(213,212,85); }
td.TdClassName
{
border-color: #D5D455;
}
.TagClassName
{
border-color: #D5D455;
}
</style>