Shades of Manz #DDDD5F
Tints of Manz #DDDD5F
RGB
CMYK
RGB Variations
Color information
#DDDD5F (or 0xDDDD5F) is known color: Manz. HEX triplet: DD, DD and 5F. RGB value is (221,221,95). Sum of RGB (Red+Green+Blue) = 221+221+95=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 221 (86.72% from 255 or 41.15% from 537); Blue value is 95 (37.5% from 255 or 17.69% from 537); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDD5F is #2222A0. Grayscale: #CFCFCF. Windows color (decimal): -2237089 or 6282717. OLE color: 6282717.
HSL color Cylindrical-coordinate representation of color #DDDD5F: hue angle of 60º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DDDD5F is Cyan = 0, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 221 | 95 | - |
| CMYK | 0 | 0 | 0.57 | 0.13 |
| HSL | 60º | 0.65% | 0.62% | - |
| HSV(B) | 60º | 0.57% | 0.87% | - |
| XYZ | 57.74 | 67.91 | 20.89 | - |
| YUV | 206.64 | 65 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 221 | 95 | 0 | 0 | 0.57 | 0.13 | 60 | 0.65 | 0.62 |
| Hex | DD | DD | 5F | 0 | 0 | 39 | D | 3C | 41 | 3E |
| Octal | 335 | 335 | 137 | 0 | 0 | 71 | 15 | 74 | 101 | 76 |
| Binary | 11011101 | 11011101 | 1011111 | 0 | 0 | 111001 | 1101 | 111100 | 1000001 | 111110 |
Color Harmonies of #DDDD5F
Complementary color
Monochromatic Colors of #DDDD5F
Black with #DDDD5F
Text Example
Text Example
White with #DDDD5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDD5F; }
p { color: rgb(221,221,95); }
H1.HeaderClassName
{
color: #DDDD5F;
}
.AnyTagClassName
{
color: #DDDD5F;
}
</style>
background-color css
<style>
a { background-color: #DDDD5F; }
a { background-color: rgb(221,221,95); }
div.DivClassName
{
background-color: #DDDD5F;
}
.BgClassName
{
background-color: #DDDD5F;
}
</style>
border-color css
<style>
span { border-color: #DDDD5F; }
span { border-color: rgb(221,221,95); }
td.TdClassName
{
border-color: #DDDD5F;
}
.TagClassName
{
border-color: #DDDD5F;
}
</style>