Shades of Manz #D5D755
Tints of Manz #D5D755
RGB
CMYK
RGB Variations
Color information
#D5D755 (or 0xD5D755) is known color: Manz. HEX triplet: D5, D7 and 55. RGB value is (213,215,85). Sum of RGB (Red+Green+Blue) = 213+215+85=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 215 (84.38% from 255 or 41.91% from 513); Blue value is 85 (33.59% from 255 or 16.57% from 513); Max value from RGB is 215 - color contains mainly: green. Hex color #D5D755 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D755 is #2A28AA. Grayscale: #C8C8C8. Windows color (decimal): -2762923 or 5625813. OLE color: 5625813.
HSL color Cylindrical-coordinate representation of color #D5D755: hue angle of 60.92º degrees, saturation: 0.62, 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 #D5D755 is Cyan = 0.01, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 215 | 85 | - |
| CMYK | 0.01 | 0 | 0.60 | 0.16 |
| HSL | 60.92º | 0.62% | 0.59% | - |
| HSV(B) | 60.92º | 0.6% | 0.84% | - |
| XYZ | 53.38 | 63.4 | 18.02 | - |
| YUV | 199.58 | 63.34 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 215 | 85 | 0.01 | 0 | 0.60 | 0.16 | 60.92 | 0.62 | 0.59 |
| Hex | D5 | D7 | 55 | 1 | 0 | 3C | 10 | 3D | 3E | 3B |
| Octal | 325 | 327 | 125 | 1 | 0 | 74 | 20 | 75 | 76 | 73 |
| Binary | 11010101 | 11010111 | 1010101 | 1 | 0 | 111100 | 10000 | 111101 | 111110 | 111011 |
Color Harmonies of #D5D755
Complementary color
Monochromatic Colors of #D5D755
Black with #D5D755
Text Example
Text Example
White with #D5D755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D755; }
p { color: rgb(213,215,85); }
H1.HeaderClassName
{
color: #D5D755;
}
.AnyTagClassName
{
color: #D5D755;
}
</style>
background-color css
<style>
a { background-color: #D5D755; }
a { background-color: rgb(213,215,85); }
div.DivClassName
{
background-color: #D5D755;
}
.BgClassName
{
background-color: #D5D755;
}
</style>
border-color css
<style>
span { border-color: #D5D755; }
span { border-color: rgb(213,215,85); }
td.TdClassName
{
border-color: #D5D755;
}
.TagClassName
{
border-color: #D5D755;
}
</style>