Shades of Manz #DDD05B
Tints of Manz #DDD05B
RGB
CMYK
RGB Variations
Color information
#DDD05B (or 0xDDD05B) is known color: Manz. HEX triplet: DD, D0 and 5B. RGB value is (221,208,91). Sum of RGB (Red+Green+Blue) = 221+208+91=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 208 (81.64% from 255 or 40% from 520); Blue value is 91 (35.94% from 255 or 17.5% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD05B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD05B is #222FA4. Grayscale: #C7C7C7. Windows color (decimal): -2240421 or 6017245. OLE color: 6017245.
HSL color Cylindrical-coordinate representation of color #DDD05B: hue angle of 54º 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 #DDD05B is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 91 | - |
| CMYK | 0 | 0.06 | 0.59 | 0.13 |
| HSL | 54º | 0.66% | 0.61% | - |
| HSV(B) | 54º | 0.59% | 0.87% | - |
| XYZ | 54.26 | 61.24 | 18.86 | - |
| YUV | 198.55 | 67.31 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 91 | 0 | 0.06 | 0.59 | 0.13 | 54 | 0.66 | 0.61 |
| Hex | DD | D0 | 5B | 0 | 6 | 3B | D | 36 | 42 | 3D |
| Octal | 335 | 320 | 133 | 0 | 6 | 73 | 15 | 66 | 102 | 75 |
| Binary | 11011101 | 11010000 | 1011011 | 0 | 110 | 111011 | 1101 | 110110 | 1000010 | 111101 |
Color Harmonies of #DDD05B
Complementary color
Monochromatic Colors of #DDD05B
Black with #DDD05B
Text Example
Text Example
White with #DDD05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD05B; }
p { color: rgb(221,208,91); }
H1.HeaderClassName
{
color: #DDD05B;
}
.AnyTagClassName
{
color: #DDD05B;
}
</style>
background-color css
<style>
a { background-color: #DDD05B; }
a { background-color: rgb(221,208,91); }
div.DivClassName
{
background-color: #DDD05B;
}
.BgClassName
{
background-color: #DDD05B;
}
</style>
border-color css
<style>
span { border-color: #DDD05B; }
span { border-color: rgb(221,208,91); }
td.TdClassName
{
border-color: #DDD05B;
}
.TagClassName
{
border-color: #DDD05B;
}
</style>