Shades of Manz #D5DB5D
Tints of Manz #D5DB5D
RGB
CMYK
RGB Variations
Color information
#D5DB5D (or 0xD5DB5D) is known color: Manz. HEX triplet: D5, DB and 5D. RGB value is (213,219,93). Sum of RGB (Red+Green+Blue) = 213+219+93=525 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.57% from 525); Green value is 219 (85.94% from 255 or 41.71% from 525); Blue value is 93 (36.72% from 255 or 17.71% from 525); Max value from RGB is 219 - color contains mainly: green. Hex color #D5DB5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DB5D is #2A24A2. Grayscale: #CBCBCB. Windows color (decimal): -2761891 or 6151125. OLE color: 6151125.
HSL color Cylindrical-coordinate representation of color #D5DB5D: hue angle of 62.86º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D5DB5D is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 219 | 93 | - |
| CMYK | 0.03 | 0 | 0.58 | 0.14 |
| HSL | 62.86º | 0.64% | 0.61% | - |
| HSV(B) | 62.86º | 0.58% | 0.86% | - |
| XYZ | 54.75 | 65.6 | 20.13 | - |
| YUV | 202.84 | 66.01 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 219 | 93 | 0.03 | 0 | 0.58 | 0.14 | 62.86 | 0.64 | 0.61 |
| Hex | D5 | DB | 5D | 3 | 0 | 3A | E | 3F | 40 | 3D |
| Octal | 325 | 333 | 135 | 3 | 0 | 72 | 16 | 77 | 100 | 75 |
| Binary | 11010101 | 11011011 | 1011101 | 11 | 0 | 111010 | 1110 | 111111 | 1000000 | 111101 |
Color Harmonies of #D5DB5D
Complementary color
Monochromatic Colors of #D5DB5D
Black with #D5DB5D
Text Example
Text Example
White with #D5DB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DB5D; }
p { color: rgb(213,219,93); }
H1.HeaderClassName
{
color: #D5DB5D;
}
.AnyTagClassName
{
color: #D5DB5D;
}
</style>
background-color css
<style>
a { background-color: #D5DB5D; }
a { background-color: rgb(213,219,93); }
div.DivClassName
{
background-color: #D5DB5D;
}
.BgClassName
{
background-color: #D5DB5D;
}
</style>
border-color css
<style>
span { border-color: #D5DB5D; }
span { border-color: rgb(213,219,93); }
td.TdClassName
{
border-color: #D5DB5D;
}
.TagClassName
{
border-color: #D5DB5D;
}
</style>