Shades of Manz #D0D254
Tints of Manz #D0D254
RGB
CMYK
RGB Variations
Color information
#D0D254 (or 0xD0D254) is known color: Manz. HEX triplet: D0, D2 and 54. RGB value is (208,210,84). Sum of RGB (Red+Green+Blue) = 208+210+84=502 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.43% from 502); Green value is 210 (82.42% from 255 or 41.83% from 502); Blue value is 84 (33.20% from 255 or 16.73% from 502); Max value from RGB is 210 - color contains mainly: green. Hex color #D0D254 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D254 is #2F2DAB. Grayscale: #C3C3C3. Windows color (decimal): -3091884 or 5558992. OLE color: 5558992.
HSL color Cylindrical-coordinate representation of color #D0D254: hue angle of 60.95º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D0D254 is Cyan = 0.01, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 210 | 84 | - |
| CMYK | 0.01 | 0 | 0.6 | 0.18 |
| HSL | 60.95º | 0.58% | 0.58% | - |
| HSV(B) | 60.95º | 0.6% | 0.82% | - |
| XYZ | 50.66 | 60.14 | 17.33 | - |
| YUV | 195.04 | 65.34 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 210 | 84 | 0.01 | 0 | 0.6 | 0.18 | 60.95 | 0.58 | 0.58 |
| Hex | D0 | D2 | 54 | 1 | 0 | 3C | 12 | 3D | 3A | 3A |
| Octal | 320 | 322 | 124 | 1 | 0 | 74 | 22 | 75 | 72 | 72 |
| Binary | 11010000 | 11010010 | 1010100 | 1 | 0 | 111100 | 10010 | 111101 | 111010 | 111010 |
Color Harmonies of #D0D254
Complementary color
Monochromatic Colors of #D0D254
Black with #D0D254
Text Example
Text Example
White with #D0D254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D254; }
p { color: rgb(208,210,84); }
H1.HeaderClassName
{
color: #D0D254;
}
.AnyTagClassName
{
color: #D0D254;
}
</style>
background-color css
<style>
a { background-color: #D0D254; }
a { background-color: rgb(208,210,84); }
div.DivClassName
{
background-color: #D0D254;
}
.BgClassName
{
background-color: #D0D254;
}
</style>
border-color css
<style>
span { border-color: #D0D254; }
span { border-color: rgb(208,210,84); }
td.TdClassName
{
border-color: #D0D254;
}
.TagClassName
{
border-color: #D0D254;
}
</style>