Shades of Manz #D5D258
Tints of Manz #D5D258
RGB
CMYK
RGB Variations
Color information
#D5D258 (or 0xD5D258) is known color: Manz. HEX triplet: D5, D2 and 58. RGB value is (213,210,88). Sum of RGB (Red+Green+Blue) = 213+210+88=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 210 (82.42% from 255 or 41.10% from 511); Blue value is 88 (34.77% from 255 or 17.22% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D258 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D258 is #2A2DA7. Grayscale: #C5C5C5. Windows color (decimal): -2764200 or 5821141. OLE color: 5821141.
HSL color Cylindrical-coordinate representation of color #D5D258: hue angle of 58.56º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D5D258 is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 210 | 88 | - |
| CMYK | 0 | 0.01 | 0.59 | 0.16 |
| HSL | 58.56º | 0.6% | 0.59% | - |
| HSV(B) | 58.56º | 0.59% | 0.84% | - |
| XYZ | 52.25 | 60.94 | 18.24 | - |
| YUV | 196.99 | 66.49 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 210 | 88 | 0 | 0.01 | 0.59 | 0.16 | 58.56 | 0.6 | 0.59 |
| Hex | D5 | D2 | 58 | 0 | 1 | 3B | 10 | 3B | 3C | 3B |
| Octal | 325 | 322 | 130 | 0 | 1 | 73 | 20 | 73 | 74 | 73 |
| Binary | 11010101 | 11010010 | 1011000 | 0 | 1 | 111011 | 10000 | 111011 | 111100 | 111011 |
Color Harmonies of #D5D258
Complementary color
Monochromatic Colors of #D5D258
Black with #D5D258
Text Example
Text Example
White with #D5D258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D258; }
p { color: rgb(213,210,88); }
H1.HeaderClassName
{
color: #D5D258;
}
.AnyTagClassName
{
color: #D5D258;
}
</style>
background-color css
<style>
a { background-color: #D5D258; }
a { background-color: rgb(213,210,88); }
div.DivClassName
{
background-color: #D5D258;
}
.BgClassName
{
background-color: #D5D258;
}
</style>
border-color css
<style>
span { border-color: #D5D258; }
span { border-color: rgb(213,210,88); }
td.TdClassName
{
border-color: #D5D258;
}
.TagClassName
{
border-color: #D5D258;
}
</style>