Shades of Manz #D3D657
Tints of Manz #D3D657
RGB
CMYK
RGB Variations
Color information
#D3D657 (or 0xD3D657) is known color: Manz. HEX triplet: D3, D6 and 57. RGB value is (211,214,87). Sum of RGB (Red+Green+Blue) = 211+214+87=512 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.21% from 512); Green value is 214 (83.98% from 255 or 41.80% from 512); Blue value is 87 (34.38% from 255 or 16.99% from 512); Max value from RGB is 214 - color contains mainly: green. Hex color #D3D657 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3D657 is #2C29A8. Grayscale: #C7C7C7. Windows color (decimal): -2894249 or 5756627. OLE color: 5756627.
HSL color Cylindrical-coordinate representation of color #D3D657: hue angle of 61.42º 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 #D3D657 is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 214 | 87 | - |
| CMYK | 0.01 | 0 | 0.59 | 0.16 |
| HSL | 61.42º | 0.61% | 0.59% | - |
| HSV(B) | 61.42º | 0.59% | 0.84% | - |
| XYZ | 52.63 | 62.63 | 18.33 | - |
| YUV | 198.63 | 65.01 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 214 | 87 | 0.01 | 0 | 0.59 | 0.16 | 61.42 | 0.61 | 0.59 |
| Hex | D3 | D6 | 57 | 1 | 0 | 3B | 10 | 3D | 3D | 3B |
| Octal | 323 | 326 | 127 | 1 | 0 | 73 | 20 | 75 | 75 | 73 |
| Binary | 11010011 | 11010110 | 1010111 | 1 | 0 | 111011 | 10000 | 111101 | 111101 | 111011 |
Color Harmonies of #D3D657
Complementary color
Monochromatic Colors of #D3D657
Black with #D3D657
Text Example
Text Example
White with #D3D657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D657; }
p { color: rgb(211,214,87); }
H1.HeaderClassName
{
color: #D3D657;
}
.AnyTagClassName
{
color: #D3D657;
}
</style>
background-color css
<style>
a { background-color: #D3D657; }
a { background-color: rgb(211,214,87); }
div.DivClassName
{
background-color: #D3D657;
}
.BgClassName
{
background-color: #D3D657;
}
</style>
border-color css
<style>
span { border-color: #D3D657; }
span { border-color: rgb(211,214,87); }
td.TdClassName
{
border-color: #D3D657;
}
.TagClassName
{
border-color: #D3D657;
}
</style>