Shades of Manz #D3DF54
Tints of Manz #D3DF54
RGB
CMYK
RGB Variations
Color information
#D3DF54 (or 0xD3DF54) is known color: Manz. HEX triplet: D3, DF and 54. RGB value is (211,223,84). Sum of RGB (Red+Green+Blue) = 211+223+84=518 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.73% from 518); Green value is 223 (87.5% from 255 or 43.05% from 518); Blue value is 84 (33.20% from 255 or 16.22% from 518); Max value from RGB is 223 - color contains mainly: green. Hex color #D3DF54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3DF54 is #2C20AB. Grayscale: #CCCCCC. Windows color (decimal): -2891948 or 5562323. OLE color: 5562323.
HSL color Cylindrical-coordinate representation of color #D3DF54: hue angle of 65.18º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D3DF54 is Cyan = 0.05, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 223 | 84 | - |
| CMYK | 0.05 | 0 | 0.62 | 0.13 |
| HSL | 65.18º | 0.68% | 0.6% | - |
| HSV(B) | 65.18º | 0.62% | 0.87% | - |
| XYZ | 54.85 | 67.26 | 18.48 | - |
| YUV | 203.57 | 60.52 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 223 | 84 | 0.05 | 0 | 0.62 | 0.13 | 65.18 | 0.68 | 0.6 |
| Hex | D3 | DF | 54 | 5 | 0 | 3E | D | 41 | 44 | 3C |
| Octal | 323 | 337 | 124 | 5 | 0 | 76 | 15 | 101 | 104 | 74 |
| Binary | 11010011 | 11011111 | 1010100 | 101 | 0 | 111110 | 1101 | 1000001 | 1000100 | 111100 |
Color Harmonies of #D3DF54
Complementary color
Monochromatic Colors of #D3DF54
Black with #D3DF54
Text Example
Text Example
White with #D3DF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DF54; }
p { color: rgb(211,223,84); }
H1.HeaderClassName
{
color: #D3DF54;
}
.AnyTagClassName
{
color: #D3DF54;
}
</style>
background-color css
<style>
a { background-color: #D3DF54; }
a { background-color: rgb(211,223,84); }
div.DivClassName
{
background-color: #D3DF54;
}
.BgClassName
{
background-color: #D3DF54;
}
</style>
border-color css
<style>
span { border-color: #D3DF54; }
span { border-color: rgb(211,223,84); }
td.TdClassName
{
border-color: #D3DF54;
}
.TagClassName
{
border-color: #D3DF54;
}
</style>