Shades of Manz #D4DC4A
Tints of Manz #D4DC4A
RGB
CMYK
RGB Variations
Color information
#D4DC4A (or 0xD4DC4A) is known color: Manz. HEX triplet: D4, DC and 4A. RGB value is (212,220,74). Sum of RGB (Red+Green+Blue) = 212+220+74=506 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.90% from 506); Green value is 220 (86.33% from 255 or 43.48% from 506); Blue value is 74 (29.30% from 255 or 14.62% from 506); Max value from RGB is 220 - color contains mainly: green. Hex color #D4DC4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4DC4A is #2B23B5. Grayscale: #C9C9C9. Windows color (decimal): -2827190 or 4906196. OLE color: 4906196.
HSL color Cylindrical-coordinate representation of color #D4DC4A: hue angle of 63.29º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D4DC4A is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 220 | 74 | - |
| CMYK | 0.04 | 0 | 0.66 | 0.14 |
| HSL | 63.29º | 0.68% | 0.58% | - |
| HSV(B) | 63.29º | 0.66% | 0.86% | - |
| XYZ | 53.98 | 65.68 | 16.31 | - |
| YUV | 200.96 | 56.35 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 220 | 74 | 0.04 | 0 | 0.66 | 0.14 | 63.29 | 0.68 | 0.58 |
| Hex | D4 | DC | 4A | 4 | 0 | 42 | E | 3F | 44 | 3A |
| Octal | 324 | 334 | 112 | 4 | 0 | 102 | 16 | 77 | 104 | 72 |
| Binary | 11010100 | 11011100 | 1001010 | 100 | 0 | 1000010 | 1110 | 111111 | 1000100 | 111010 |
Color Harmonies of #D4DC4A
Complementary color
Monochromatic Colors of #D4DC4A
Black with #D4DC4A
Text Example
Text Example
White with #D4DC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DC4A; }
p { color: rgb(212,220,74); }
H1.HeaderClassName
{
color: #D4DC4A;
}
.AnyTagClassName
{
color: #D4DC4A;
}
</style>
background-color css
<style>
a { background-color: #D4DC4A; }
a { background-color: rgb(212,220,74); }
div.DivClassName
{
background-color: #D4DC4A;
}
.BgClassName
{
background-color: #D4DC4A;
}
</style>
border-color css
<style>
span { border-color: #D4DC4A; }
span { border-color: rgb(212,220,74); }
td.TdClassName
{
border-color: #D4DC4A;
}
.TagClassName
{
border-color: #D4DC4A;
}
</style>