Shades of Manz #D2D15B
Tints of Manz #D2D15B
RGB
CMYK
RGB Variations
Color information
#D2D15B (or 0xD2D15B) is known color: Manz. HEX triplet: D2, D1 and 5B. RGB value is (210,209,91). Sum of RGB (Red+Green+Blue) = 210+209+91=510 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.18% from 510); Green value is 209 (82.03% from 255 or 40.98% from 510); Blue value is 91 (35.94% from 255 or 17.84% from 510); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D15B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D15B is #2D2EA4. Grayscale: #C4C4C4. Windows color (decimal): -2961061 or 6017490. OLE color: 6017490.
HSL color Cylindrical-coordinate representation of color #D2D15B: hue angle of 59.5º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D2D15B is Cyan = 0, Magento = 0.00, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 209 | 91 | - |
| CMYK | 0 | 0.00 | 0.57 | 0.18 |
| HSL | 59.5º | 0.57% | 0.59% | - |
| HSV(B) | 59.5º | 0.57% | 0.82% | - |
| XYZ | 51.27 | 60.06 | 18.79 | - |
| YUV | 195.85 | 68.83 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 209 | 91 | 0 | 0.00 | 0.57 | 0.18 | 59.5 | 0.57 | 0.59 |
| Hex | D2 | D1 | 5B | 0 | 0 | 39 | 12 | 3B | 39 | 3B |
| Octal | 322 | 321 | 133 | 0 | 0 | 71 | 22 | 73 | 71 | 73 |
| Binary | 11010010 | 11010001 | 1011011 | 0 | 0 | 111001 | 10010 | 111011 | 111001 | 111011 |
Color Harmonies of #D2D15B
Complementary color
Monochromatic Colors of #D2D15B
Black with #D2D15B
Text Example
Text Example
White with #D2D15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D15B; }
p { color: rgb(210,209,91); }
H1.HeaderClassName
{
color: #D2D15B;
}
.AnyTagClassName
{
color: #D2D15B;
}
</style>
background-color css
<style>
a { background-color: #D2D15B; }
a { background-color: rgb(210,209,91); }
div.DivClassName
{
background-color: #D2D15B;
}
.BgClassName
{
background-color: #D2D15B;
}
</style>
border-color css
<style>
span { border-color: #D2D15B; }
span { border-color: rgb(210,209,91); }
td.TdClassName
{
border-color: #D2D15B;
}
.TagClassName
{
border-color: #D2D15B;
}
</style>