Shades of Manz #D4D254
Tints of Manz #D4D254
RGB
CMYK
RGB Variations
Color information
#D4D254 (or 0xD4D254) is known color: Manz. HEX triplet: D4, D2 and 54. RGB value is (212,210,84). Sum of RGB (Red+Green+Blue) = 212+210+84=506 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.90% from 506); Green value is 210 (82.42% from 255 or 41.50% from 506); Blue value is 84 (33.20% from 255 or 16.60% from 506); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D254 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D254 is #2B2DAB. Grayscale: #C4C4C4. Windows color (decimal): -2829740 or 5558996. OLE color: 5558996.
HSL color Cylindrical-coordinate representation of color #D4D254: hue angle of 59.06º 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 #D4D254 is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 210 | 84 | - |
| CMYK | 0 | 0.01 | 0.60 | 0.17 |
| HSL | 59.06º | 0.6% | 0.58% | - |
| HSV(B) | 59.06º | 0.6% | 0.83% | - |
| XYZ | 51.8 | 60.73 | 17.38 | - |
| YUV | 196.23 | 64.66 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 210 | 84 | 0 | 0.01 | 0.60 | 0.17 | 59.06 | 0.6 | 0.58 |
| Hex | D4 | D2 | 54 | 0 | 1 | 3C | 11 | 3B | 3C | 3A |
| Octal | 324 | 322 | 124 | 0 | 1 | 74 | 21 | 73 | 74 | 72 |
| Binary | 11010100 | 11010010 | 1010100 | 0 | 1 | 111100 | 10001 | 111011 | 111100 | 111010 |
Color Harmonies of #D4D254
Complementary color
Monochromatic Colors of #D4D254
Black with #D4D254
Text Example
Text Example
White with #D4D254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D254; }
p { color: rgb(212,210,84); }
H1.HeaderClassName
{
color: #D4D254;
}
.AnyTagClassName
{
color: #D4D254;
}
</style>
background-color css
<style>
a { background-color: #D4D254; }
a { background-color: rgb(212,210,84); }
div.DivClassName
{
background-color: #D4D254;
}
.BgClassName
{
background-color: #D4D254;
}
</style>
border-color css
<style>
span { border-color: #D4D254; }
span { border-color: rgb(212,210,84); }
td.TdClassName
{
border-color: #D4D254;
}
.TagClassName
{
border-color: #D4D254;
}
</style>