Shades of Manz #D4D155
Tints of Manz #D4D155
RGB
CMYK
RGB Variations
Color information
#D4D155 (or 0xD4D155) is known color: Manz. HEX triplet: D4, D1 and 55. RGB value is (212,209,85). Sum of RGB (Red+Green+Blue) = 212+209+85=506 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.90% from 506); Green value is 209 (82.03% from 255 or 41.30% from 506); Blue value is 85 (33.59% from 255 or 16.80% from 506); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D155 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D155 is #2B2EAA. Grayscale: #C4C4C4. Windows color (decimal): -2829995 or 5624276. OLE color: 5624276.
HSL color Cylindrical-coordinate representation of color #D4D155: hue angle of 58.58º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D4D155 is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 209 | 85 | - |
| CMYK | 0 | 0.01 | 0.60 | 0.17 |
| HSL | 58.58º | 0.6% | 0.58% | - |
| HSV(B) | 58.58º | 0.6% | 0.83% | - |
| XYZ | 51.59 | 60.25 | 17.51 | - |
| YUV | 195.76 | 65.49 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 209 | 85 | 0 | 0.01 | 0.60 | 0.17 | 58.58 | 0.6 | 0.58 |
| Hex | D4 | D1 | 55 | 0 | 1 | 3C | 11 | 3B | 3C | 3A |
| Octal | 324 | 321 | 125 | 0 | 1 | 74 | 21 | 73 | 74 | 72 |
| Binary | 11010100 | 11010001 | 1010101 | 0 | 1 | 111100 | 10001 | 111011 | 111100 | 111010 |
Color Harmonies of #D4D155
Complementary color
Monochromatic Colors of #D4D155
Black with #D4D155
Text Example
Text Example
White with #D4D155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D155; }
p { color: rgb(212,209,85); }
H1.HeaderClassName
{
color: #D4D155;
}
.AnyTagClassName
{
color: #D4D155;
}
</style>
background-color css
<style>
a { background-color: #D4D155; }
a { background-color: rgb(212,209,85); }
div.DivClassName
{
background-color: #D4D155;
}
.BgClassName
{
background-color: #D4D155;
}
</style>
border-color css
<style>
span { border-color: #D4D155; }
span { border-color: rgb(212,209,85); }
td.TdClassName
{
border-color: #D4D155;
}
.TagClassName
{
border-color: #D4D155;
}
</style>