Shades of Manz #D4D750
Tints of Manz #D4D750
RGB
CMYK
RGB Variations
Color information
#D4D750 (or 0xD4D750) is known color: Manz. HEX triplet: D4, D7 and 50. RGB value is (212,215,80). Sum of RGB (Red+Green+Blue) = 212+215+80=507 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.81% from 507); Green value is 215 (84.38% from 255 or 42.41% from 507); Blue value is 80 (31.64% from 255 or 15.78% from 507); Max value from RGB is 215 - color contains mainly: green. Hex color #D4D750 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D750 is #2B28AF. Grayscale: #C7C7C7. Windows color (decimal): -2828464 or 5298132. OLE color: 5298132.
HSL color Cylindrical-coordinate representation of color #D4D750: hue angle of 61.33º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D4D750 is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 215 | 80 | - |
| CMYK | 0.01 | 0 | 0.63 | 0.16 |
| HSL | 61.33º | 0.63% | 0.58% | - |
| HSV(B) | 61.33º | 0.63% | 0.84% | - |
| XYZ | 52.9 | 63.18 | 17 | - |
| YUV | 198.71 | 61.01 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 215 | 80 | 0.01 | 0 | 0.63 | 0.16 | 61.33 | 0.63 | 0.58 |
| Hex | D4 | D7 | 50 | 1 | 0 | 3F | 10 | 3D | 3F | 3A |
| Octal | 324 | 327 | 120 | 1 | 0 | 77 | 20 | 75 | 77 | 72 |
| Binary | 11010100 | 11010111 | 1010000 | 1 | 0 | 111111 | 10000 | 111101 | 111111 | 111010 |
Color Harmonies of #D4D750
Complementary color
Monochromatic Colors of #D4D750
Black with #D4D750
Text Example
Text Example
White with #D4D750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D750; }
p { color: rgb(212,215,80); }
H1.HeaderClassName
{
color: #D4D750;
}
.AnyTagClassName
{
color: #D4D750;
}
</style>
background-color css
<style>
a { background-color: #D4D750; }
a { background-color: rgb(212,215,80); }
div.DivClassName
{
background-color: #D4D750;
}
.BgClassName
{
background-color: #D4D750;
}
</style>
border-color css
<style>
span { border-color: #D4D750; }
span { border-color: rgb(212,215,80); }
td.TdClassName
{
border-color: #D4D750;
}
.TagClassName
{
border-color: #D4D750;
}
</style>