Shades of Manz #D6DC5B
Tints of Manz #D6DC5B
RGB
CMYK
RGB Variations
Color information
#D6DC5B (or 0xD6DC5B) is known color: Manz. HEX triplet: D6, DC and 5B. RGB value is (214,220,91). Sum of RGB (Red+Green+Blue) = 214+220+91=525 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.76% from 525); Green value is 220 (86.33% from 255 or 41.90% from 525); Blue value is 91 (35.94% from 255 or 17.33% from 525); Max value from RGB is 220 - color contains mainly: green. Hex color #D6DC5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6DC5B is #2923A4. Grayscale: #CCCCCC. Windows color (decimal): -2696101 or 6020310. OLE color: 6020310.
HSL color Cylindrical-coordinate representation of color #D6DC5B: hue angle of 62.79º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D6DC5B is Cyan = 0.03, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 220 | 91 | - |
| CMYK | 0.03 | 0 | 0.59 | 0.14 |
| HSL | 62.79º | 0.65% | 0.61% | - |
| HSV(B) | 62.79º | 0.59% | 0.86% | - |
| XYZ | 55.21 | 66.24 | 19.77 | - |
| YUV | 203.5 | 64.51 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 220 | 91 | 0.03 | 0 | 0.59 | 0.14 | 62.79 | 0.65 | 0.61 |
| Hex | D6 | DC | 5B | 3 | 0 | 3B | E | 3F | 41 | 3D |
| Octal | 326 | 334 | 133 | 3 | 0 | 73 | 16 | 77 | 101 | 75 |
| Binary | 11010110 | 11011100 | 1011011 | 11 | 0 | 111011 | 1110 | 111111 | 1000001 | 111101 |
Color Harmonies of #D6DC5B
Complementary color
Monochromatic Colors of #D6DC5B
Black with #D6DC5B
Text Example
Text Example
White with #D6DC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DC5B; }
p { color: rgb(214,220,91); }
H1.HeaderClassName
{
color: #D6DC5B;
}
.AnyTagClassName
{
color: #D6DC5B;
}
</style>
background-color css
<style>
a { background-color: #D6DC5B; }
a { background-color: rgb(214,220,91); }
div.DivClassName
{
background-color: #D6DC5B;
}
.BgClassName
{
background-color: #D6DC5B;
}
</style>
border-color css
<style>
span { border-color: #D6DC5B; }
span { border-color: rgb(214,220,91); }
td.TdClassName
{
border-color: #D6DC5B;
}
.TagClassName
{
border-color: #D6DC5B;
}
</style>