Shades of Manz #D2D45B
Tints of Manz #D2D45B
RGB
CMYK
RGB Variations
Color information
#D2D45B (or 0xD2D45B) is known color: Manz. HEX triplet: D2, D4 and 5B. RGB value is (210,212,91). Sum of RGB (Red+Green+Blue) = 210+212+91=513 (67% of max value = 765). Red value is 210 (82.42% from 255 or 40.94% from 513); Green value is 212 (83.20% from 255 or 41.33% from 513); Blue value is 91 (35.94% from 255 or 17.74% from 513); Max value from RGB is 212 - color contains mainly: green. Hex color #D2D45B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D45B is #2D2BA4. Grayscale: #C6C6C6. Windows color (decimal): -2960293 or 6018258. OLE color: 6018258.
HSL color Cylindrical-coordinate representation of color #D2D45B: hue angle of 60.99º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D2D45B is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 210 | 212 | 91 | - |
| CMYK | 0.01 | 0 | 0.57 | 0.17 |
| HSL | 60.99º | 0.58% | 0.59% | - |
| HSV(B) | 60.99º | 0.57% | 0.83% | - |
| XYZ | 52.01 | 61.54 | 19.04 | - |
| YUV | 197.61 | 67.84 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 212 | 91 | 0.01 | 0 | 0.57 | 0.17 | 60.99 | 0.58 | 0.59 |
| Hex | D2 | D4 | 5B | 1 | 0 | 39 | 11 | 3D | 3A | 3B |
| Octal | 322 | 324 | 133 | 1 | 0 | 71 | 21 | 75 | 72 | 73 |
| Binary | 11010010 | 11010100 | 1011011 | 1 | 0 | 111001 | 10001 | 111101 | 111010 | 111011 |
Color Harmonies of #D2D45B
Complementary color
Monochromatic Colors of #D2D45B
Black with #D2D45B
Text Example
Text Example
White with #D2D45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D45B; }
p { color: rgb(210,212,91); }
H1.HeaderClassName
{
color: #D2D45B;
}
.AnyTagClassName
{
color: #D2D45B;
}
</style>
background-color css
<style>
a { background-color: #D2D45B; }
a { background-color: rgb(210,212,91); }
div.DivClassName
{
background-color: #D2D45B;
}
.BgClassName
{
background-color: #D2D45B;
}
</style>
border-color css
<style>
span { border-color: #D2D45B; }
span { border-color: rgb(210,212,91); }
td.TdClassName
{
border-color: #D2D45B;
}
.TagClassName
{
border-color: #D2D45B;
}
</style>