Shades of Manz #D4DC4E
Tints of Manz #D4DC4E
RGB
CMYK
RGB Variations
Color information
#D4DC4E (or 0xD4DC4E) is known color: Manz. HEX triplet: D4, DC and 4E. RGB value is (212,220,78). Sum of RGB (Red+Green+Blue) = 212+220+78=510 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.57% from 510); Green value is 220 (86.33% from 255 or 43.14% from 510); Blue value is 78 (30.86% from 255 or 15.29% from 510); Max value from RGB is 220 - color contains mainly: green. Hex color #D4DC4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4DC4E is #2B23B1. Grayscale: #C9C9C9. Windows color (decimal): -2827186 or 5168340. OLE color: 5168340.
HSL color Cylindrical-coordinate representation of color #D4DC4E: hue angle of 63.38º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D4DC4E is Cyan = 0.04, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 220 | 78 | - |
| CMYK | 0.04 | 0 | 0.65 | 0.14 |
| HSL | 63.38º | 0.67% | 0.58% | - |
| HSV(B) | 63.38º | 0.65% | 0.86% | - |
| XYZ | 54.12 | 65.73 | 17.04 | - |
| YUV | 201.42 | 58.35 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 220 | 78 | 0.04 | 0 | 0.65 | 0.14 | 63.38 | 0.67 | 0.58 |
| Hex | D4 | DC | 4E | 4 | 0 | 41 | E | 3F | 43 | 3A |
| Octal | 324 | 334 | 116 | 4 | 0 | 101 | 16 | 77 | 103 | 72 |
| Binary | 11010100 | 11011100 | 1001110 | 100 | 0 | 1000001 | 1110 | 111111 | 1000011 | 111010 |
Color Harmonies of #D4DC4E
Complementary color
Monochromatic Colors of #D4DC4E
Black with #D4DC4E
Text Example
Text Example
White with #D4DC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DC4E; }
p { color: rgb(212,220,78); }
H1.HeaderClassName
{
color: #D4DC4E;
}
.AnyTagClassName
{
color: #D4DC4E;
}
</style>
background-color css
<style>
a { background-color: #D4DC4E; }
a { background-color: rgb(212,220,78); }
div.DivClassName
{
background-color: #D4DC4E;
}
.BgClassName
{
background-color: #D4DC4E;
}
</style>
border-color css
<style>
span { border-color: #D4DC4E; }
span { border-color: rgb(212,220,78); }
td.TdClassName
{
border-color: #D4DC4E;
}
.TagClassName
{
border-color: #D4DC4E;
}
</style>