Shades of Manz #D3D658
Tints of Manz #D3D658
RGB
CMYK
RGB Variations
Color information
#D3D658 (or 0xD3D658) is known color: Manz. HEX triplet: D3, D6 and 58. RGB value is (211,214,88). Sum of RGB (Red+Green+Blue) = 211+214+88=513 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.13% from 513); Green value is 214 (83.98% from 255 or 41.72% from 513); Blue value is 88 (34.77% from 255 or 17.15% from 513); Max value from RGB is 214 - color contains mainly: green. Hex color #D3D658 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3D658 is #2C29A7. Grayscale: #C7C7C7. Windows color (decimal): -2894248 or 5822163. OLE color: 5822163.
HSL color Cylindrical-coordinate representation of color #D3D658: hue angle of 61.43º degrees, saturation: 0.61, 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 #D3D658 is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 214 | 88 | - |
| CMYK | 0.01 | 0 | 0.59 | 0.16 |
| HSL | 61.43º | 0.61% | 0.59% | - |
| HSV(B) | 61.43º | 0.59% | 0.84% | - |
| XYZ | 52.67 | 62.65 | 18.55 | - |
| YUV | 198.74 | 65.51 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 214 | 88 | 0.01 | 0 | 0.59 | 0.16 | 61.43 | 0.61 | 0.59 |
| Hex | D3 | D6 | 58 | 1 | 0 | 3B | 10 | 3D | 3D | 3B |
| Octal | 323 | 326 | 130 | 1 | 0 | 73 | 20 | 75 | 75 | 73 |
| Binary | 11010011 | 11010110 | 1011000 | 1 | 0 | 111011 | 10000 | 111101 | 111101 | 111011 |
Color Harmonies of #D3D658
Complementary color
Monochromatic Colors of #D3D658
Black with #D3D658
Text Example
Text Example
White with #D3D658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D658; }
p { color: rgb(211,214,88); }
H1.HeaderClassName
{
color: #D3D658;
}
.AnyTagClassName
{
color: #D3D658;
}
</style>
background-color css
<style>
a { background-color: #D3D658; }
a { background-color: rgb(211,214,88); }
div.DivClassName
{
background-color: #D3D658;
}
.BgClassName
{
background-color: #D3D658;
}
</style>
border-color css
<style>
span { border-color: #D3D658; }
span { border-color: rgb(211,214,88); }
td.TdClassName
{
border-color: #D3D658;
}
.TagClassName
{
border-color: #D3D658;
}
</style>