Shades of Manz #D3D455
Tints of Manz #D3D455
RGB
CMYK
RGB Variations
Color information
#D3D455 (or 0xD3D455) is known color: Manz. HEX triplet: D3, D4 and 55. RGB value is (211,212,85). Sum of RGB (Red+Green+Blue) = 211+212+85=508 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.54% from 508); Green value is 212 (83.20% from 255 or 41.73% from 508); Blue value is 85 (33.59% from 255 or 16.73% from 508); Max value from RGB is 212 - color contains mainly: green. Hex color #D3D455 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3D455 is #2C2BAA. Grayscale: #C5C5C5. Windows color (decimal): -2894763 or 5625043. OLE color: 5625043.
HSL color Cylindrical-coordinate representation of color #D3D455: hue angle of 60.47º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D3D455 is Cyan = 0.00, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 212 | 85 | - |
| CMYK | 0.00 | 0 | 0.60 | 0.17 |
| HSL | 60.47º | 0.6% | 0.58% | - |
| HSV(B) | 60.47º | 0.6% | 0.83% | - |
| XYZ | 52.05 | 61.59 | 17.74 | - |
| YUV | 197.22 | 64.67 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 212 | 85 | 0.00 | 0 | 0.60 | 0.17 | 60.47 | 0.6 | 0.58 |
| Hex | D3 | D4 | 55 | 0 | 0 | 3C | 11 | 3C | 3C | 3A |
| Octal | 323 | 324 | 125 | 0 | 0 | 74 | 21 | 74 | 74 | 72 |
| Binary | 11010011 | 11010100 | 1010101 | 0 | 0 | 111100 | 10001 | 111100 | 111100 | 111010 |
Color Harmonies of #D3D455
Complementary color
Monochromatic Colors of #D3D455
Black with #D3D455
Text Example
Text Example
White with #D3D455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D455; }
p { color: rgb(211,212,85); }
H1.HeaderClassName
{
color: #D3D455;
}
.AnyTagClassName
{
color: #D3D455;
}
</style>
background-color css
<style>
a { background-color: #D3D455; }
a { background-color: rgb(211,212,85); }
div.DivClassName
{
background-color: #D3D455;
}
.BgClassName
{
background-color: #D3D455;
}
</style>
border-color css
<style>
span { border-color: #D3D455; }
span { border-color: rgb(211,212,85); }
td.TdClassName
{
border-color: #D3D455;
}
.TagClassName
{
border-color: #D3D455;
}
</style>