Shades of Manz #DDD45B
Tints of Manz #DDD45B
RGB
CMYK
RGB Variations
Color information
#DDD45B (or 0xDDD45B) is known color: Manz. HEX triplet: DD, D4 and 5B. RGB value is (221,212,91). Sum of RGB (Red+Green+Blue) = 221+212+91=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 212 (83.20% from 255 or 40.46% from 524); Blue value is 91 (35.94% from 255 or 17.37% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD45B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD45B is #222BA4. Grayscale: #C9C9C9. Windows color (decimal): -2239397 or 6018269. OLE color: 6018269.
HSL color Cylindrical-coordinate representation of color #DDD45B: hue angle of 55.85º 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 #DDD45B is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 212 | 91 | - |
| CMYK | 0 | 0.04 | 0.59 | 0.13 |
| HSL | 55.85º | 0.66% | 0.61% | - |
| HSV(B) | 55.85º | 0.59% | 0.87% | - |
| XYZ | 55.25 | 63.21 | 19.19 | - |
| YUV | 200.9 | 65.98 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 212 | 91 | 0 | 0.04 | 0.59 | 0.13 | 55.85 | 0.66 | 0.61 |
| Hex | DD | D4 | 5B | 0 | 4 | 3B | D | 38 | 42 | 3D |
| Octal | 335 | 324 | 133 | 0 | 4 | 73 | 15 | 70 | 102 | 75 |
| Binary | 11011101 | 11010100 | 1011011 | 0 | 100 | 111011 | 1101 | 111000 | 1000010 | 111101 |
Color Harmonies of #DDD45B
Complementary color
Monochromatic Colors of #DDD45B
Black with #DDD45B
Text Example
Text Example
White with #DDD45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD45B; }
p { color: rgb(221,212,91); }
H1.HeaderClassName
{
color: #DDD45B;
}
.AnyTagClassName
{
color: #DDD45B;
}
</style>
background-color css
<style>
a { background-color: #DDD45B; }
a { background-color: rgb(221,212,91); }
div.DivClassName
{
background-color: #DDD45B;
}
.BgClassName
{
background-color: #DDD45B;
}
</style>
border-color css
<style>
span { border-color: #DDD45B; }
span { border-color: rgb(221,212,91); }
td.TdClassName
{
border-color: #DDD45B;
}
.TagClassName
{
border-color: #DDD45B;
}
</style>