Shades of Manz #D2D15C
Tints of Manz #D2D15C
RGB
CMYK
RGB Variations
Color information
#D2D15C (or 0xD2D15C) is known color: Manz. HEX triplet: D2, D1 and 5C. RGB value is (210,209,92). Sum of RGB (Red+Green+Blue) = 210+209+92=511 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.10% from 511); Green value is 209 (82.03% from 255 or 40.90% from 511); Blue value is 92 (36.33% from 255 or 18.00% from 511); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D15C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D15C is #2D2EA3. Grayscale: #C4C4C4. Windows color (decimal): -2961060 or 6083026. OLE color: 6083026.
HSL color Cylindrical-coordinate representation of color #D2D15C: hue angle of 59.49º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D2D15C is Cyan = 0, Magento = 0.00, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 209 | 92 | - |
| CMYK | 0 | 0.00 | 0.56 | 0.18 |
| HSL | 59.49º | 0.57% | 0.59% | - |
| HSV(B) | 59.49º | 0.56% | 0.82% | - |
| XYZ | 51.31 | 60.08 | 19.02 | - |
| YUV | 195.96 | 69.33 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 209 | 92 | 0 | 0.00 | 0.56 | 0.18 | 59.49 | 0.57 | 0.59 |
| Hex | D2 | D1 | 5C | 0 | 0 | 38 | 12 | 3B | 39 | 3B |
| Octal | 322 | 321 | 134 | 0 | 0 | 70 | 22 | 73 | 71 | 73 |
| Binary | 11010010 | 11010001 | 1011100 | 0 | 0 | 111000 | 10010 | 111011 | 111001 | 111011 |
Color Harmonies of #D2D15C
Complementary color
Monochromatic Colors of #D2D15C
Black with #D2D15C
Text Example
Text Example
White with #D2D15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D15C; }
p { color: rgb(210,209,92); }
H1.HeaderClassName
{
color: #D2D15C;
}
.AnyTagClassName
{
color: #D2D15C;
}
</style>
background-color css
<style>
a { background-color: #D2D15C; }
a { background-color: rgb(210,209,92); }
div.DivClassName
{
background-color: #D2D15C;
}
.BgClassName
{
background-color: #D2D15C;
}
</style>
border-color css
<style>
span { border-color: #D2D15C; }
span { border-color: rgb(210,209,92); }
td.TdClassName
{
border-color: #D2D15C;
}
.TagClassName
{
border-color: #D2D15C;
}
</style>