Shades of Manz #D5D753
Tints of Manz #D5D753
RGB
CMYK
RGB Variations
Color information
#D5D753 (or 0xD5D753) is known color: Manz. HEX triplet: D5, D7 and 53. RGB value is (213,215,83). Sum of RGB (Red+Green+Blue) = 213+215+83=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 215 (84.38% from 255 or 42.07% from 511); Blue value is 83 (32.81% from 255 or 16.24% from 511); Max value from RGB is 215 - color contains mainly: green. Hex color #D5D753 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D753 is #2A28AC. Grayscale: #C7C7C7. Windows color (decimal): -2762925 or 5494741. OLE color: 5494741.
HSL color Cylindrical-coordinate representation of color #D5D753: hue angle of 60.91º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D5D753 is Cyan = 0.01, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 215 | 83 | - |
| CMYK | 0.01 | 0 | 0.61 | 0.16 |
| HSL | 60.91º | 0.62% | 0.58% | - |
| HSV(B) | 60.91º | 0.61% | 0.84% | - |
| XYZ | 53.3 | 63.37 | 17.61 | - |
| YUV | 199.35 | 62.34 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 215 | 83 | 0.01 | 0 | 0.61 | 0.16 | 60.91 | 0.62 | 0.58 |
| Hex | D5 | D7 | 53 | 1 | 0 | 3D | 10 | 3D | 3E | 3A |
| Octal | 325 | 327 | 123 | 1 | 0 | 75 | 20 | 75 | 76 | 72 |
| Binary | 11010101 | 11010111 | 1010011 | 1 | 0 | 111101 | 10000 | 111101 | 111110 | 111010 |
Color Harmonies of #D5D753
Complementary color
Monochromatic Colors of #D5D753
Black with #D5D753
Text Example
Text Example
White with #D5D753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D753; }
p { color: rgb(213,215,83); }
H1.HeaderClassName
{
color: #D5D753;
}
.AnyTagClassName
{
color: #D5D753;
}
</style>
background-color css
<style>
a { background-color: #D5D753; }
a { background-color: rgb(213,215,83); }
div.DivClassName
{
background-color: #D5D753;
}
.BgClassName
{
background-color: #D5D753;
}
</style>
border-color css
<style>
span { border-color: #D5D753; }
span { border-color: rgb(213,215,83); }
td.TdClassName
{
border-color: #D5D753;
}
.TagClassName
{
border-color: #D5D753;
}
</style>