Shades of Manz #D7D653
Tints of Manz #D7D653
RGB
CMYK
RGB Variations
Color information
#D7D653 (or 0xD7D653) is known color: Manz. HEX triplet: D7, D6 and 53. RGB value is (215,214,83). Sum of RGB (Red+Green+Blue) = 215+214+83=512 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.99% from 512); Green value is 214 (83.98% from 255 or 41.80% from 512); Blue value is 83 (32.81% from 255 or 16.21% from 512); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D653 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D653 is #2829AC. Grayscale: #C7C7C7. Windows color (decimal): -2632109 or 5494487. OLE color: 5494487.
HSL color Cylindrical-coordinate representation of color #D7D653: hue angle of 59.55º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D7D653 is Cyan = 0, Magento = 0.00, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 214 | 83 | - |
| CMYK | 0 | 0.00 | 0.61 | 0.16 |
| HSL | 59.55º | 0.62% | 0.58% | - |
| HSV(B) | 59.55º | 0.61% | 0.84% | - |
| XYZ | 53.63 | 63.16 | 17.55 | - |
| YUV | 199.37 | 62.33 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 214 | 83 | 0 | 0.00 | 0.61 | 0.16 | 59.55 | 0.62 | 0.58 |
| Hex | D7 | D6 | 53 | 0 | 0 | 3D | 10 | 3C | 3E | 3A |
| Octal | 327 | 326 | 123 | 0 | 0 | 75 | 20 | 74 | 76 | 72 |
| Binary | 11010111 | 11010110 | 1010011 | 0 | 0 | 111101 | 10000 | 111100 | 111110 | 111010 |
Color Harmonies of #D7D653
Complementary color
Monochromatic Colors of #D7D653
Black with #D7D653
Text Example
Text Example
White with #D7D653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D653; }
p { color: rgb(215,214,83); }
H1.HeaderClassName
{
color: #D7D653;
}
.AnyTagClassName
{
color: #D7D653;
}
</style>
background-color css
<style>
a { background-color: #D7D653; }
a { background-color: rgb(215,214,83); }
div.DivClassName
{
background-color: #D7D653;
}
.BgClassName
{
background-color: #D7D653;
}
</style>
border-color css
<style>
span { border-color: #D7D653; }
span { border-color: rgb(215,214,83); }
td.TdClassName
{
border-color: #D7D653;
}
.TagClassName
{
border-color: #D7D653;
}
</style>