Shades of Manz #D2DC5B
Tints of Manz #D2DC5B
RGB
CMYK
RGB Variations
Color information
#D2DC5B (or 0xD2DC5B) is known color: Manz. HEX triplet: D2, DC and 5B. RGB value is (210,220,91). Sum of RGB (Red+Green+Blue) = 210+220+91=521 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.31% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 91 (35.94% from 255 or 17.47% from 521); Max value from RGB is 220 - color contains mainly: green. Hex color #D2DC5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2DC5B is #2D23A4. Grayscale: #CACACA. Windows color (decimal): -2958245 or 6020306. OLE color: 6020306.
HSL color Cylindrical-coordinate representation of color #D2DC5B: hue angle of 64.65º 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 #D2DC5B is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 220 | 91 | - |
| CMYK | 0.05 | 0 | 0.59 | 0.14 |
| HSL | 64.65º | 0.65% | 0.61% | - |
| HSV(B) | 64.65º | 0.59% | 0.86% | - |
| XYZ | 54.06 | 65.64 | 19.72 | - |
| YUV | 202.3 | 65.19 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 220 | 91 | 0.05 | 0 | 0.59 | 0.14 | 64.65 | 0.65 | 0.61 |
| Hex | D2 | DC | 5B | 5 | 0 | 3B | E | 41 | 41 | 3D |
| Octal | 322 | 334 | 133 | 5 | 0 | 73 | 16 | 101 | 101 | 75 |
| Binary | 11010010 | 11011100 | 1011011 | 101 | 0 | 111011 | 1110 | 1000001 | 1000001 | 111101 |
Color Harmonies of #D2DC5B
Complementary color
Monochromatic Colors of #D2DC5B
Black with #D2DC5B
Text Example
Text Example
White with #D2DC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DC5B; }
p { color: rgb(210,220,91); }
H1.HeaderClassName
{
color: #D2DC5B;
}
.AnyTagClassName
{
color: #D2DC5B;
}
</style>
background-color css
<style>
a { background-color: #D2DC5B; }
a { background-color: rgb(210,220,91); }
div.DivClassName
{
background-color: #D2DC5B;
}
.BgClassName
{
background-color: #D2DC5B;
}
</style>
border-color css
<style>
span { border-color: #D2DC5B; }
span { border-color: rgb(210,220,91); }
td.TdClassName
{
border-color: #D2DC5B;
}
.TagClassName
{
border-color: #D2DC5B;
}
</style>