Shades of Manz #D5DC59
Tints of Manz #D5DC59
RGB
CMYK
RGB Variations
Color information
#D5DC59 (or 0xD5DC59) is known color: Manz. HEX triplet: D5, DC and 59. RGB value is (213,220,89). Sum of RGB (Red+Green+Blue) = 213+220+89=522 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.80% from 522); Green value is 220 (86.33% from 255 or 42.15% from 522); Blue value is 89 (35.16% from 255 or 17.05% from 522); Max value from RGB is 220 - color contains mainly: green. Hex color #D5DC59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DC59 is #2A23A6. Grayscale: #CBCBCB. Windows color (decimal): -2761639 or 5889237. OLE color: 5889237.
HSL color Cylindrical-coordinate representation of color #D5DC59: hue angle of 63.21º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D5DC59 is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 220 | 89 | - |
| CMYK | 0.03 | 0 | 0.60 | 0.14 |
| HSL | 63.21º | 0.65% | 0.61% | - |
| HSV(B) | 63.21º | 0.6% | 0.86% | - |
| XYZ | 54.84 | 66.05 | 19.31 | - |
| YUV | 202.97 | 63.68 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 220 | 89 | 0.03 | 0 | 0.60 | 0.14 | 63.21 | 0.65 | 0.61 |
| Hex | D5 | DC | 59 | 3 | 0 | 3C | E | 3F | 41 | 3D |
| Octal | 325 | 334 | 131 | 3 | 0 | 74 | 16 | 77 | 101 | 75 |
| Binary | 11010101 | 11011100 | 1011001 | 11 | 0 | 111100 | 1110 | 111111 | 1000001 | 111101 |
Color Harmonies of #D5DC59
Complementary color
Monochromatic Colors of #D5DC59
Black with #D5DC59
Text Example
Text Example
White with #D5DC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DC59; }
p { color: rgb(213,220,89); }
H1.HeaderClassName
{
color: #D5DC59;
}
.AnyTagClassName
{
color: #D5DC59;
}
</style>
background-color css
<style>
a { background-color: #D5DC59; }
a { background-color: rgb(213,220,89); }
div.DivClassName
{
background-color: #D5DC59;
}
.BgClassName
{
background-color: #D5DC59;
}
</style>
border-color css
<style>
span { border-color: #D5DC59; }
span { border-color: rgb(213,220,89); }
td.TdClassName
{
border-color: #D5DC59;
}
.TagClassName
{
border-color: #D5DC59;
}
</style>