Shades of Manz #D3DF56
Tints of Manz #D3DF56
RGB
CMYK
RGB Variations
Color information
#D3DF56 (or 0xD3DF56) is known color: Manz. HEX triplet: D3, DF and 56. RGB value is (211,223,86). Sum of RGB (Red+Green+Blue) = 211+223+86=520 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.58% from 520); Green value is 223 (87.5% from 255 or 42.88% from 520); Blue value is 86 (33.98% from 255 or 16.54% from 520); Max value from RGB is 223 - color contains mainly: green. Hex color #D3DF56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3DF56 is #2C20A9. Grayscale: #CCCCCC. Windows color (decimal): -2891946 or 5693395. OLE color: 5693395.
HSL color Cylindrical-coordinate representation of color #D3DF56: hue angle of 65.26º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D3DF56 is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 223 | 86 | - |
| CMYK | 0.05 | 0 | 0.61 | 0.13 |
| HSL | 65.26º | 0.68% | 0.61% | - |
| HSV(B) | 65.26º | 0.61% | 0.87% | - |
| XYZ | 54.93 | 67.3 | 18.9 | - |
| YUV | 203.79 | 61.52 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 223 | 86 | 0.05 | 0 | 0.61 | 0.13 | 65.26 | 0.68 | 0.61 |
| Hex | D3 | DF | 56 | 5 | 0 | 3D | D | 41 | 44 | 3D |
| Octal | 323 | 337 | 126 | 5 | 0 | 75 | 15 | 101 | 104 | 75 |
| Binary | 11010011 | 11011111 | 1010110 | 101 | 0 | 111101 | 1101 | 1000001 | 1000100 | 111101 |
Color Harmonies of #D3DF56
Complementary color
Monochromatic Colors of #D3DF56
Black with #D3DF56
Text Example
Text Example
White with #D3DF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DF56; }
p { color: rgb(211,223,86); }
H1.HeaderClassName
{
color: #D3DF56;
}
.AnyTagClassName
{
color: #D3DF56;
}
</style>
background-color css
<style>
a { background-color: #D3DF56; }
a { background-color: rgb(211,223,86); }
div.DivClassName
{
background-color: #D3DF56;
}
.BgClassName
{
background-color: #D3DF56;
}
</style>
border-color css
<style>
span { border-color: #D3DF56; }
span { border-color: rgb(211,223,86); }
td.TdClassName
{
border-color: #D3DF56;
}
.TagClassName
{
border-color: #D3DF56;
}
</style>