Shades of Manz #D0D557
Tints of Manz #D0D557
RGB
CMYK
RGB Variations
Color information
#D0D557 (or 0xD0D557) is known color: Manz. HEX triplet: D0, D5 and 57. RGB value is (208,213,87). Sum of RGB (Red+Green+Blue) = 208+213+87=508 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.94% from 508); Green value is 213 (83.59% from 255 or 41.93% from 508); Blue value is 87 (34.38% from 255 or 17.13% from 508); Max value from RGB is 213 - color contains mainly: green. Hex color #D0D557 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D557 is #2F2AA8. Grayscale: #C5C5C5. Windows color (decimal): -3091113 or 5756368. OLE color: 5756368.
HSL color Cylindrical-coordinate representation of color #D0D557: hue angle of 62.38º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D0D557 is Cyan = 0.02, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 213 | 87 | - |
| CMYK | 0.02 | 0 | 0.59 | 0.16 |
| HSL | 62.38º | 0.6% | 0.59% | - |
| HSV(B) | 62.38º | 0.59% | 0.84% | - |
| XYZ | 51.53 | 61.69 | 18.21 | - |
| YUV | 197.14 | 65.84 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 213 | 87 | 0.02 | 0 | 0.59 | 0.16 | 62.38 | 0.6 | 0.59 |
| Hex | D0 | D5 | 57 | 2 | 0 | 3B | 10 | 3E | 3C | 3B |
| Octal | 320 | 325 | 127 | 2 | 0 | 73 | 20 | 76 | 74 | 73 |
| Binary | 11010000 | 11010101 | 1010111 | 10 | 0 | 111011 | 10000 | 111110 | 111100 | 111011 |
Color Harmonies of #D0D557
Complementary color
Monochromatic Colors of #D0D557
Black with #D0D557
Text Example
Text Example
White with #D0D557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D557; }
p { color: rgb(208,213,87); }
H1.HeaderClassName
{
color: #D0D557;
}
.AnyTagClassName
{
color: #D0D557;
}
</style>
background-color css
<style>
a { background-color: #D0D557; }
a { background-color: rgb(208,213,87); }
div.DivClassName
{
background-color: #D0D557;
}
.BgClassName
{
background-color: #D0D557;
}
</style>
border-color css
<style>
span { border-color: #D0D557; }
span { border-color: rgb(208,213,87); }
td.TdClassName
{
border-color: #D0D557;
}
.TagClassName
{
border-color: #D0D557;
}
</style>