Shades of Manz #D5D357
Tints of Manz #D5D357
RGB
CMYK
RGB Variations
Color information
#D5D357 (or 0xD5D357) is known color: Manz. HEX triplet: D5, D3 and 57. RGB value is (213,211,87). Sum of RGB (Red+Green+Blue) = 213+211+87=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 211 (82.81% from 255 or 41.29% from 511); Blue value is 87 (34.38% from 255 or 17.03% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D357 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D357 is #2A2CA8. Grayscale: #C5C5C5. Windows color (decimal): -2763945 or 5755861. OLE color: 5755861.
HSL color Cylindrical-coordinate representation of color #D5D357: hue angle of 59.05º 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 #D5D357 is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 211 | 87 | - |
| CMYK | 0 | 0.01 | 0.59 | 0.16 |
| HSL | 59.05º | 0.6% | 0.59% | - |
| HSV(B) | 59.05º | 0.59% | 0.84% | - |
| XYZ | 52.46 | 61.42 | 18.11 | - |
| YUV | 197.46 | 65.66 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 211 | 87 | 0 | 0.01 | 0.59 | 0.16 | 59.05 | 0.6 | 0.59 |
| Hex | D5 | D3 | 57 | 0 | 1 | 3B | 10 | 3B | 3C | 3B |
| Octal | 325 | 323 | 127 | 0 | 1 | 73 | 20 | 73 | 74 | 73 |
| Binary | 11010101 | 11010011 | 1010111 | 0 | 1 | 111011 | 10000 | 111011 | 111100 | 111011 |
Color Harmonies of #D5D357
Complementary color
Monochromatic Colors of #D5D357
Black with #D5D357
Text Example
Text Example
White with #D5D357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D357; }
p { color: rgb(213,211,87); }
H1.HeaderClassName
{
color: #D5D357;
}
.AnyTagClassName
{
color: #D5D357;
}
</style>
background-color css
<style>
a { background-color: #D5D357; }
a { background-color: rgb(213,211,87); }
div.DivClassName
{
background-color: #D5D357;
}
.BgClassName
{
background-color: #D5D357;
}
</style>
border-color css
<style>
span { border-color: #D5D357; }
span { border-color: rgb(213,211,87); }
td.TdClassName
{
border-color: #D5D357;
}
.TagClassName
{
border-color: #D5D357;
}
</style>