Shades of Manz #DDD45C
Tints of Manz #DDD45C
RGB
CMYK
RGB Variations
Color information
#DDD45C (or 0xDDD45C) is known color: Manz. HEX triplet: DD, D4 and 5C. RGB value is (221,212,92). Sum of RGB (Red+Green+Blue) = 221+212+92=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 212 (83.20% from 255 or 40.38% from 525); Blue value is 92 (36.33% from 255 or 17.52% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD45C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD45C is #222BA3. Grayscale: #C9C9C9. Windows color (decimal): -2239396 or 6083805. OLE color: 6083805.
HSL color Cylindrical-coordinate representation of color #DDD45C: hue angle of 55.81º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DDD45C is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 212 | 92 | - |
| CMYK | 0 | 0.04 | 0.58 | 0.13 |
| HSL | 55.81º | 0.65% | 0.61% | - |
| HSV(B) | 55.81º | 0.58% | 0.87% | - |
| XYZ | 55.29 | 63.23 | 19.42 | - |
| YUV | 201.01 | 66.48 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 212 | 92 | 0 | 0.04 | 0.58 | 0.13 | 55.81 | 0.65 | 0.61 |
| Hex | DD | D4 | 5C | 0 | 4 | 3A | D | 38 | 41 | 3D |
| Octal | 335 | 324 | 134 | 0 | 4 | 72 | 15 | 70 | 101 | 75 |
| Binary | 11011101 | 11010100 | 1011100 | 0 | 100 | 111010 | 1101 | 111000 | 1000001 | 111101 |
Color Harmonies of #DDD45C
Complementary color
Monochromatic Colors of #DDD45C
Black with #DDD45C
Text Example
Text Example
White with #DDD45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD45C; }
p { color: rgb(221,212,92); }
H1.HeaderClassName
{
color: #DDD45C;
}
.AnyTagClassName
{
color: #DDD45C;
}
</style>
background-color css
<style>
a { background-color: #DDD45C; }
a { background-color: rgb(221,212,92); }
div.DivClassName
{
background-color: #DDD45C;
}
.BgClassName
{
background-color: #DDD45C;
}
</style>
border-color css
<style>
span { border-color: #DDD45C; }
span { border-color: rgb(221,212,92); }
td.TdClassName
{
border-color: #DDD45C;
}
.TagClassName
{
border-color: #DDD45C;
}
</style>