Shades of Manz #DDD15F
Tints of Manz #DDD15F
RGB
CMYK
RGB Variations
Color information
#DDD15F (or 0xDDD15F) is known color: Manz. HEX triplet: DD, D1 and 5F. RGB value is (221,209,95). Sum of RGB (Red+Green+Blue) = 221+209+95=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 209 (82.03% from 255 or 39.81% from 525); Blue value is 95 (37.5% from 255 or 18.10% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD15F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD15F is #222EA0. Grayscale: #C8C8C8. Windows color (decimal): -2240161 or 6279645. OLE color: 6279645.
HSL color Cylindrical-coordinate representation of color #DDD15F: hue angle of 54.29º 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 #DDD15F is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 209 | 95 | - |
| CMYK | 0 | 0.05 | 0.57 | 0.13 |
| HSL | 54.29º | 0.65% | 0.62% | - |
| HSV(B) | 54.29º | 0.57% | 0.87% | - |
| XYZ | 54.68 | 61.8 | 19.87 | - |
| YUV | 199.59 | 68.98 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 209 | 95 | 0 | 0.05 | 0.57 | 0.13 | 54.29 | 0.65 | 0.62 |
| Hex | DD | D1 | 5F | 0 | 5 | 39 | D | 36 | 41 | 3E |
| Octal | 335 | 321 | 137 | 0 | 5 | 71 | 15 | 66 | 101 | 76 |
| Binary | 11011101 | 11010001 | 1011111 | 0 | 101 | 111001 | 1101 | 110110 | 1000001 | 111110 |
Color Harmonies of #DDD15F
Complementary color
Monochromatic Colors of #DDD15F
Black with #DDD15F
Text Example
Text Example
White with #DDD15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD15F; }
p { color: rgb(221,209,95); }
H1.HeaderClassName
{
color: #DDD15F;
}
.AnyTagClassName
{
color: #DDD15F;
}
</style>
background-color css
<style>
a { background-color: #DDD15F; }
a { background-color: rgb(221,209,95); }
div.DivClassName
{
background-color: #DDD15F;
}
.BgClassName
{
background-color: #DDD15F;
}
</style>
border-color css
<style>
span { border-color: #DDD15F; }
span { border-color: rgb(221,209,95); }
td.TdClassName
{
border-color: #DDD15F;
}
.TagClassName
{
border-color: #DDD15F;
}
</style>