Shades of Manz #D4D353
Tints of Manz #D4D353
RGB
CMYK
RGB Variations
Color information
#D4D353 (or 0xD4D353) is known color: Manz. HEX triplet: D4, D3 and 53. RGB value is (212,211,83). Sum of RGB (Red+Green+Blue) = 212+211+83=506 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.90% from 506); Green value is 211 (82.81% from 255 or 41.70% from 506); Blue value is 83 (32.81% from 255 or 16.40% from 506); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D353 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D353 is #2B2CAC. Grayscale: #C5C5C5. Windows color (decimal): -2829485 or 5493716. OLE color: 5493716.
HSL color Cylindrical-coordinate representation of color #D4D353: hue angle of 59.53º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D4D353 is Cyan = 0, Magento = 0.00, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 211 | 83 | - |
| CMYK | 0 | 0.00 | 0.61 | 0.17 |
| HSL | 59.53º | 0.6% | 0.58% | - |
| HSV(B) | 59.53º | 0.61% | 0.83% | - |
| XYZ | 52.01 | 61.21 | 17.26 | - |
| YUV | 196.71 | 63.83 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 211 | 83 | 0 | 0.00 | 0.61 | 0.17 | 59.53 | 0.6 | 0.58 |
| Hex | D4 | D3 | 53 | 0 | 0 | 3D | 11 | 3C | 3C | 3A |
| Octal | 324 | 323 | 123 | 0 | 0 | 75 | 21 | 74 | 74 | 72 |
| Binary | 11010100 | 11010011 | 1010011 | 0 | 0 | 111101 | 10001 | 111100 | 111100 | 111010 |
Color Harmonies of #D4D353
Complementary color
Monochromatic Colors of #D4D353
Black with #D4D353
Text Example
Text Example
White with #D4D353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D353; }
p { color: rgb(212,211,83); }
H1.HeaderClassName
{
color: #D4D353;
}
.AnyTagClassName
{
color: #D4D353;
}
</style>
background-color css
<style>
a { background-color: #D4D353; }
a { background-color: rgb(212,211,83); }
div.DivClassName
{
background-color: #D4D353;
}
.BgClassName
{
background-color: #D4D353;
}
</style>
border-color css
<style>
span { border-color: #D4D353; }
span { border-color: rgb(212,211,83); }
td.TdClassName
{
border-color: #D4D353;
}
.TagClassName
{
border-color: #D4D353;
}
</style>