Shades of Manz #D2D05C
Tints of Manz #D2D05C
RGB
CMYK
RGB Variations
Color information
#D2D05C (or 0xD2D05C) is known color: Manz. HEX triplet: D2, D0 and 5C. RGB value is (210,208,92). Sum of RGB (Red+Green+Blue) = 210+208+92=510 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.18% from 510); Green value is 208 (81.64% from 255 or 40.78% from 510); Blue value is 92 (36.33% from 255 or 18.04% from 510); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D05C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D05C is #2D2FA3. Grayscale: #C3C3C3. Windows color (decimal): -2961316 or 6082770. OLE color: 6082770.
HSL color Cylindrical-coordinate representation of color #D2D05C: hue angle of 58.98º 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 #D2D05C is Cyan = 0, Magento = 0.01, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 208 | 92 | - |
| CMYK | 0 | 0.01 | 0.56 | 0.18 |
| HSL | 58.98º | 0.57% | 0.59% | - |
| HSV(B) | 58.98º | 0.56% | 0.82% | - |
| XYZ | 51.07 | 59.59 | 18.94 | - |
| YUV | 195.37 | 69.66 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 208 | 92 | 0 | 0.01 | 0.56 | 0.18 | 58.98 | 0.57 | 0.59 |
| Hex | D2 | D0 | 5C | 0 | 1 | 38 | 12 | 3B | 39 | 3B |
| Octal | 322 | 320 | 134 | 0 | 1 | 70 | 22 | 73 | 71 | 73 |
| Binary | 11010010 | 11010000 | 1011100 | 0 | 1 | 111000 | 10010 | 111011 | 111001 | 111011 |
Color Harmonies of #D2D05C
Complementary color
Monochromatic Colors of #D2D05C
Black with #D2D05C
Text Example
Text Example
White with #D2D05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D05C; }
p { color: rgb(210,208,92); }
H1.HeaderClassName
{
color: #D2D05C;
}
.AnyTagClassName
{
color: #D2D05C;
}
</style>
background-color css
<style>
a { background-color: #D2D05C; }
a { background-color: rgb(210,208,92); }
div.DivClassName
{
background-color: #D2D05C;
}
.BgClassName
{
background-color: #D2D05C;
}
</style>
border-color css
<style>
span { border-color: #D2D05C; }
span { border-color: rgb(210,208,92); }
td.TdClassName
{
border-color: #D2D05C;
}
.TagClassName
{
border-color: #D2D05C;
}
</style>