Shades of Manz #DDD15A
Tints of Manz #DDD15A
RGB
CMYK
RGB Variations
Color information
#DDD15A (or 0xDDD15A) is known color: Manz. HEX triplet: DD, D1 and 5A. RGB value is (221,209,90). Sum of RGB (Red+Green+Blue) = 221+209+90=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 209 (82.03% from 255 or 40.19% from 520); Blue value is 90 (35.55% from 255 or 17.31% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD15A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD15A is #222EA5. Grayscale: #C7C7C7. Windows color (decimal): -2240166 or 5951965. OLE color: 5951965.
HSL color Cylindrical-coordinate representation of color #DDD15A: hue angle of 54.5º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DDD15A is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 209 | 90 | - |
| CMYK | 0 | 0.05 | 0.59 | 0.13 |
| HSL | 54.5º | 0.66% | 0.61% | - |
| HSV(B) | 54.5º | 0.59% | 0.87% | - |
| XYZ | 54.46 | 61.71 | 18.71 | - |
| YUV | 199.02 | 66.48 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 209 | 90 | 0 | 0.05 | 0.59 | 0.13 | 54.5 | 0.66 | 0.61 |
| Hex | DD | D1 | 5A | 0 | 5 | 3B | D | 37 | 42 | 3D |
| Octal | 335 | 321 | 132 | 0 | 5 | 73 | 15 | 67 | 102 | 75 |
| Binary | 11011101 | 11010001 | 1011010 | 0 | 101 | 111011 | 1101 | 110111 | 1000010 | 111101 |
Color Harmonies of #DDD15A
Complementary color
Monochromatic Colors of #DDD15A
Black with #DDD15A
Text Example
Text Example
White with #DDD15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD15A; }
p { color: rgb(221,209,90); }
H1.HeaderClassName
{
color: #DDD15A;
}
.AnyTagClassName
{
color: #DDD15A;
}
</style>
background-color css
<style>
a { background-color: #DDD15A; }
a { background-color: rgb(221,209,90); }
div.DivClassName
{
background-color: #DDD15A;
}
.BgClassName
{
background-color: #DDD15A;
}
</style>
border-color css
<style>
span { border-color: #DDD15A; }
span { border-color: rgb(221,209,90); }
td.TdClassName
{
border-color: #DDD15A;
}
.TagClassName
{
border-color: #DDD15A;
}
</style>