Shades of Manz #D2D95C
Tints of Manz #D2D95C
RGB
CMYK
RGB Variations
Color information
#D2D95C (or 0xD2D95C) is known color: Manz. HEX triplet: D2, D9 and 5C. RGB value is (210,217,92). Sum of RGB (Red+Green+Blue) = 210+217+92=519 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.46% from 519); Green value is 217 (85.16% from 255 or 41.81% from 519); Blue value is 92 (36.33% from 255 or 17.73% from 519); Max value from RGB is 217 - color contains mainly: green. Hex color #D2D95C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D95C is #2D26A3. Grayscale: #C9C9C9. Windows color (decimal): -2959012 or 6085074. OLE color: 6085074.
HSL color Cylindrical-coordinate representation of color #D2D95C: hue angle of 63.36º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D2D95C is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 217 | 92 | - |
| CMYK | 0.03 | 0 | 0.58 | 0.15 |
| HSL | 63.36º | 0.62% | 0.61% | - |
| HSV(B) | 63.36º | 0.58% | 0.85% | - |
| XYZ | 53.32 | 64.1 | 19.69 | - |
| YUV | 200.66 | 66.68 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 217 | 92 | 0.03 | 0 | 0.58 | 0.15 | 63.36 | 0.62 | 0.61 |
| Hex | D2 | D9 | 5C | 3 | 0 | 3A | F | 3F | 3E | 3D |
| Octal | 322 | 331 | 134 | 3 | 0 | 72 | 17 | 77 | 76 | 75 |
| Binary | 11010010 | 11011001 | 1011100 | 11 | 0 | 111010 | 1111 | 111111 | 111110 | 111101 |
Color Harmonies of #D2D95C
Complementary color
Monochromatic Colors of #D2D95C
Black with #D2D95C
Text Example
Text Example
White with #D2D95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D95C; }
p { color: rgb(210,217,92); }
H1.HeaderClassName
{
color: #D2D95C;
}
.AnyTagClassName
{
color: #D2D95C;
}
</style>
background-color css
<style>
a { background-color: #D2D95C; }
a { background-color: rgb(210,217,92); }
div.DivClassName
{
background-color: #D2D95C;
}
.BgClassName
{
background-color: #D2D95C;
}
</style>
border-color css
<style>
span { border-color: #D2D95C; }
span { border-color: rgb(210,217,92); }
td.TdClassName
{
border-color: #D2D95C;
}
.TagClassName
{
border-color: #D2D95C;
}
</style>