Shades of Manz #D4DD5C
Tints of Manz #D4DD5C
RGB
CMYK
RGB Variations
Color information
#D4DD5C (or 0xD4DD5C) is known color: Manz. HEX triplet: D4, DD and 5C. RGB value is (212,221,92). Sum of RGB (Red+Green+Blue) = 212+221+92=525 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.38% from 525); Green value is 221 (86.72% from 255 or 42.10% from 525); Blue value is 92 (36.33% from 255 or 17.52% from 525); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DD5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4DD5C is #2B22A3. Grayscale: #CCCCCC. Windows color (decimal): -2826916 or 6086100. OLE color: 6086100.
HSL color Cylindrical-coordinate representation of color #D4DD5C: hue angle of 64.19º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D4DD5C is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 221 | 92 | - |
| CMYK | 0.04 | 0 | 0.58 | 0.13 |
| HSL | 64.19º | 0.65% | 0.61% | - |
| HSV(B) | 64.19º | 0.58% | 0.87% | - |
| XYZ | 54.94 | 66.48 | 20.06 | - |
| YUV | 203.6 | 65.02 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 221 | 92 | 0.04 | 0 | 0.58 | 0.13 | 64.19 | 0.65 | 0.61 |
| Hex | D4 | DD | 5C | 4 | 0 | 3A | D | 40 | 41 | 3D |
| Octal | 324 | 335 | 134 | 4 | 0 | 72 | 15 | 100 | 101 | 75 |
| Binary | 11010100 | 11011101 | 1011100 | 100 | 0 | 111010 | 1101 | 1000000 | 1000001 | 111101 |
Color Harmonies of #D4DD5C
Complementary color
Monochromatic Colors of #D4DD5C
Black with #D4DD5C
Text Example
Text Example
White with #D4DD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DD5C; }
p { color: rgb(212,221,92); }
H1.HeaderClassName
{
color: #D4DD5C;
}
.AnyTagClassName
{
color: #D4DD5C;
}
</style>
background-color css
<style>
a { background-color: #D4DD5C; }
a { background-color: rgb(212,221,92); }
div.DivClassName
{
background-color: #D4DD5C;
}
.BgClassName
{
background-color: #D4DD5C;
}
</style>
border-color css
<style>
span { border-color: #D4DD5C; }
span { border-color: rgb(212,221,92); }
td.TdClassName
{
border-color: #D4DD5C;
}
.TagClassName
{
border-color: #D4DD5C;
}
</style>