Shades of Manz #DDD15D
Tints of Manz #DDD15D
RGB
CMYK
RGB Variations
Color information
#DDD15D (or 0xDDD15D) is known color: Manz. HEX triplet: DD, D1 and 5D. RGB value is (221,209,93). Sum of RGB (Red+Green+Blue) = 221+209+93=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 209 (82.03% from 255 or 39.96% from 523); Blue value is 93 (36.72% from 255 or 17.78% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD15D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD15D is #222EA2. Grayscale: #C7C7C7. Windows color (decimal): -2240163 or 6148573. OLE color: 6148573.
HSL color Cylindrical-coordinate representation of color #DDD15D: hue angle of 54.38º 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 #DDD15D is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 209 | 93 | - |
| CMYK | 0 | 0.05 | 0.58 | 0.13 |
| HSL | 54.38º | 0.65% | 0.62% | - |
| HSV(B) | 54.38º | 0.58% | 0.87% | - |
| XYZ | 54.6 | 61.76 | 19.4 | - |
| YUV | 199.36 | 67.98 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 209 | 93 | 0 | 0.05 | 0.58 | 0.13 | 54.38 | 0.65 | 0.62 |
| Hex | DD | D1 | 5D | 0 | 5 | 3A | D | 36 | 41 | 3E |
| Octal | 335 | 321 | 135 | 0 | 5 | 72 | 15 | 66 | 101 | 76 |
| Binary | 11011101 | 11010001 | 1011101 | 0 | 101 | 111010 | 1101 | 110110 | 1000001 | 111110 |
Color Harmonies of #DDD15D
Complementary color
Monochromatic Colors of #DDD15D
Black with #DDD15D
Text Example
Text Example
White with #DDD15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD15D; }
p { color: rgb(221,209,93); }
H1.HeaderClassName
{
color: #DDD15D;
}
.AnyTagClassName
{
color: #DDD15D;
}
</style>
background-color css
<style>
a { background-color: #DDD15D; }
a { background-color: rgb(221,209,93); }
div.DivClassName
{
background-color: #DDD15D;
}
.BgClassName
{
background-color: #DDD15D;
}
</style>
border-color css
<style>
span { border-color: #DDD15D; }
span { border-color: rgb(221,209,93); }
td.TdClassName
{
border-color: #DDD15D;
}
.TagClassName
{
border-color: #DDD15D;
}
</style>