Shades of Manz #D5D84B
Tints of Manz #D5D84B
RGB
CMYK
RGB Variations
Color information
#D5D84B (or 0xD5D84B) is known color: Manz. HEX triplet: D5, D8 and 4B. RGB value is (213,216,75). Sum of RGB (Red+Green+Blue) = 213+216+75=504 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.26% from 504); Green value is 216 (84.77% from 255 or 42.86% from 504); Blue value is 75 (29.69% from 255 or 14.88% from 504); Max value from RGB is 216 - color contains mainly: green. Hex color #D5D84B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D84B is #2A27B4. Grayscale: #C7C7C7. Windows color (decimal): -2762677 or 4970709. OLE color: 4970709.
HSL color Cylindrical-coordinate representation of color #D5D84B: hue angle of 61.28º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D5D84B is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 216 | 75 | - |
| CMYK | 0.01 | 0 | 0.65 | 0.15 |
| HSL | 61.28º | 0.64% | 0.57% | - |
| HSV(B) | 61.28º | 0.65% | 0.85% | - |
| XYZ | 53.27 | 63.77 | 16.16 | - |
| YUV | 199.03 | 58.01 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 216 | 75 | 0.01 | 0 | 0.65 | 0.15 | 61.28 | 0.64 | 0.57 |
| Hex | D5 | D8 | 4B | 1 | 0 | 41 | F | 3D | 40 | 39 |
| Octal | 325 | 330 | 113 | 1 | 0 | 101 | 17 | 75 | 100 | 71 |
| Binary | 11010101 | 11011000 | 1001011 | 1 | 0 | 1000001 | 1111 | 111101 | 1000000 | 111001 |
Color Harmonies of #D5D84B
Complementary color
Monochromatic Colors of #D5D84B
Black with #D5D84B
Text Example
Text Example
White with #D5D84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D84B; }
p { color: rgb(213,216,75); }
H1.HeaderClassName
{
color: #D5D84B;
}
.AnyTagClassName
{
color: #D5D84B;
}
</style>
background-color css
<style>
a { background-color: #D5D84B; }
a { background-color: rgb(213,216,75); }
div.DivClassName
{
background-color: #D5D84B;
}
.BgClassName
{
background-color: #D5D84B;
}
</style>
border-color css
<style>
span { border-color: #D5D84B; }
span { border-color: rgb(213,216,75); }
td.TdClassName
{
border-color: #D5D84B;
}
.TagClassName
{
border-color: #D5D84B;
}
</style>