Shades of Manz #DDD85D
Tints of Manz #DDD85D
RGB
CMYK
RGB Variations
Color information
#DDD85D (or 0xDDD85D) is known color: Manz. HEX triplet: DD, D8 and 5D. RGB value is (221,216,93). Sum of RGB (Red+Green+Blue) = 221+216+93=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 216 (84.77% from 255 or 40.75% from 530); Blue value is 93 (36.72% from 255 or 17.55% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD85D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD85D is #2227A2. Grayscale: #CBCBCB. Windows color (decimal): -2238371 or 6150365. OLE color: 6150365.
HSL color Cylindrical-coordinate representation of color #DDD85D: hue angle of 57.66º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DDD85D is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 216 | 93 | - |
| CMYK | 0 | 0.02 | 0.58 | 0.13 |
| HSL | 57.66º | 0.65% | 0.62% | - |
| HSV(B) | 57.66º | 0.58% | 0.87% | - |
| XYZ | 56.35 | 65.27 | 19.99 | - |
| YUV | 203.47 | 65.66 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 216 | 93 | 0 | 0.02 | 0.58 | 0.13 | 57.66 | 0.65 | 0.62 |
| Hex | DD | D8 | 5D | 0 | 2 | 3A | D | 3A | 41 | 3E |
| Octal | 335 | 330 | 135 | 0 | 2 | 72 | 15 | 72 | 101 | 76 |
| Binary | 11011101 | 11011000 | 1011101 | 0 | 10 | 111010 | 1101 | 111010 | 1000001 | 111110 |
Color Harmonies of #DDD85D
Complementary color
Monochromatic Colors of #DDD85D
Black with #DDD85D
Text Example
Text Example
White with #DDD85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD85D; }
p { color: rgb(221,216,93); }
H1.HeaderClassName
{
color: #DDD85D;
}
.AnyTagClassName
{
color: #DDD85D;
}
</style>
background-color css
<style>
a { background-color: #DDD85D; }
a { background-color: rgb(221,216,93); }
div.DivClassName
{
background-color: #DDD85D;
}
.BgClassName
{
background-color: #DDD85D;
}
</style>
border-color css
<style>
span { border-color: #DDD85D; }
span { border-color: rgb(221,216,93); }
td.TdClassName
{
border-color: #DDD85D;
}
.TagClassName
{
border-color: #DDD85D;
}
</style>