Shades of Manz #DDD95D
Tints of Manz #DDD95D
RGB
CMYK
RGB Variations
Color information
#DDD95D (or 0xDDD95D) is known color: Manz. HEX triplet: DD, D9 and 5D. RGB value is (221,217,93). Sum of RGB (Red+Green+Blue) = 221+217+93=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 217 (85.16% from 255 or 40.87% from 531); Blue value is 93 (36.72% from 255 or 17.51% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD95D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD95D is #2226A2. Grayscale: #CCCCCC. Windows color (decimal): -2238115 or 6150621. OLE color: 6150621.
HSL color Cylindrical-coordinate representation of color #DDD95D: hue angle of 58.12º 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 #DDD95D is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 217 | 93 | - |
| CMYK | 0 | 0.02 | 0.58 | 0.13 |
| HSL | 58.13º | 0.65% | 0.62% | - |
| HSV(B) | 58.13º | 0.58% | 0.87% | - |
| XYZ | 56.61 | 65.79 | 20.07 | - |
| YUV | 204.06 | 65.33 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 217 | 93 | 0 | 0.02 | 0.58 | 0.13 | 58.13 | 0.65 | 0.62 |
| Hex | DD | D9 | 5D | 0 | 2 | 3A | D | 3A | 41 | 3E |
| Octal | 335 | 331 | 135 | 0 | 2 | 72 | 15 | 72 | 101 | 76 |
| Binary | 11011101 | 11011001 | 1011101 | 0 | 10 | 111010 | 1101 | 111010 | 1000001 | 111110 |
Color Harmonies of #DDD95D
Complementary color
Monochromatic Colors of #DDD95D
Black with #DDD95D
Text Example
Text Example
White with #DDD95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD95D; }
p { color: rgb(221,217,93); }
H1.HeaderClassName
{
color: #DDD95D;
}
.AnyTagClassName
{
color: #DDD95D;
}
</style>
background-color css
<style>
a { background-color: #DDD95D; }
a { background-color: rgb(221,217,93); }
div.DivClassName
{
background-color: #DDD95D;
}
.BgClassName
{
background-color: #DDD95D;
}
</style>
border-color css
<style>
span { border-color: #DDD95D; }
span { border-color: rgb(221,217,93); }
td.TdClassName
{
border-color: #DDD95D;
}
.TagClassName
{
border-color: #DDD95D;
}
</style>