Shades of Manz #D0D852
Tints of Manz #D0D852
RGB
CMYK
RGB Variations
Color information
#D0D852 (or 0xD0D852) is known color: Manz. HEX triplet: D0, D8 and 52. RGB value is (208,216,82). Sum of RGB (Red+Green+Blue) = 208+216+82=506 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.11% from 506); Green value is 216 (84.77% from 255 or 42.69% from 506); Blue value is 82 (32.42% from 255 or 16.21% from 506); Max value from RGB is 216 - color contains mainly: green. Hex color #D0D852 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D852 is #2F27AD. Grayscale: #C6C6C6. Windows color (decimal): -3090350 or 5429456. OLE color: 5429456.
HSL color Cylindrical-coordinate representation of color #D0D852: hue angle of 63.58º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D0D852 is Cyan = 0.04, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 216 | 82 | - |
| CMYK | 0.04 | 0 | 0.62 | 0.15 |
| HSL | 63.58º | 0.63% | 0.58% | - |
| HSV(B) | 63.58º | 0.62% | 0.85% | - |
| XYZ | 52.09 | 63.13 | 17.42 | - |
| YUV | 198.33 | 62.35 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 216 | 82 | 0.04 | 0 | 0.62 | 0.15 | 63.58 | 0.63 | 0.58 |
| Hex | D0 | D8 | 52 | 4 | 0 | 3E | F | 40 | 3F | 3A |
| Octal | 320 | 330 | 122 | 4 | 0 | 76 | 17 | 100 | 77 | 72 |
| Binary | 11010000 | 11011000 | 1010010 | 100 | 0 | 111110 | 1111 | 1000000 | 111111 | 111010 |
Color Harmonies of #D0D852
Complementary color
Monochromatic Colors of #D0D852
Black with #D0D852
Text Example
Text Example
White with #D0D852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D852; }
p { color: rgb(208,216,82); }
H1.HeaderClassName
{
color: #D0D852;
}
.AnyTagClassName
{
color: #D0D852;
}
</style>
background-color css
<style>
a { background-color: #D0D852; }
a { background-color: rgb(208,216,82); }
div.DivClassName
{
background-color: #D0D852;
}
.BgClassName
{
background-color: #D0D852;
}
</style>
border-color css
<style>
span { border-color: #D0D852; }
span { border-color: rgb(208,216,82); }
td.TdClassName
{
border-color: #D0D852;
}
.TagClassName
{
border-color: #D0D852;
}
</style>