Shades of Manz #D5DB55
Tints of Manz #D5DB55
RGB
CMYK
RGB Variations
Color information
#D5DB55 (or 0xD5DB55) is known color: Manz. HEX triplet: D5, DB and 55. RGB value is (213,219,85). Sum of RGB (Red+Green+Blue) = 213+219+85=517 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.20% from 517); Green value is 219 (85.94% from 255 or 42.36% from 517); Blue value is 85 (33.59% from 255 or 16.44% from 517); Max value from RGB is 219 - color contains mainly: green. Hex color #D5DB55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DB55 is #2A24AA. Grayscale: #CACACA. Windows color (decimal): -2761899 or 5626837. OLE color: 5626837.
HSL color Cylindrical-coordinate representation of color #D5DB55: hue angle of 62.69º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D5DB55 is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 219 | 85 | - |
| CMYK | 0.03 | 0 | 0.61 | 0.14 |
| HSL | 62.69º | 0.65% | 0.6% | - |
| HSV(B) | 62.69º | 0.61% | 0.86% | - |
| XYZ | 54.41 | 65.47 | 18.36 | - |
| YUV | 201.93 | 62.01 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 219 | 85 | 0.03 | 0 | 0.61 | 0.14 | 62.69 | 0.65 | 0.6 |
| Hex | D5 | DB | 55 | 3 | 0 | 3D | E | 3F | 41 | 3C |
| Octal | 325 | 333 | 125 | 3 | 0 | 75 | 16 | 77 | 101 | 74 |
| Binary | 11010101 | 11011011 | 1010101 | 11 | 0 | 111101 | 1110 | 111111 | 1000001 | 111100 |
Color Harmonies of #D5DB55
Complementary color
Monochromatic Colors of #D5DB55
Black with #D5DB55
Text Example
Text Example
White with #D5DB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DB55; }
p { color: rgb(213,219,85); }
H1.HeaderClassName
{
color: #D5DB55;
}
.AnyTagClassName
{
color: #D5DB55;
}
</style>
background-color css
<style>
a { background-color: #D5DB55; }
a { background-color: rgb(213,219,85); }
div.DivClassName
{
background-color: #D5DB55;
}
.BgClassName
{
background-color: #D5DB55;
}
</style>
border-color css
<style>
span { border-color: #D5DB55; }
span { border-color: rgb(213,219,85); }
td.TdClassName
{
border-color: #D5DB55;
}
.TagClassName
{
border-color: #D5DB55;
}
</style>