Shades of Manz #DDD948
Tints of Manz #DDD948
RGB
CMYK
RGB Variations
Color information
#DDD948 (or 0xDDD948) is known color: Manz. HEX triplet: DD, D9 and 48. RGB value is (221,217,72). Sum of RGB (Red+Green+Blue) = 221+217+72=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 217 (85.16% from 255 or 42.55% from 510); Blue value is 72 (28.52% from 255 or 14.12% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD948 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD948 is #2226B7. Grayscale: #CACACA. Windows color (decimal): -2238136 or 4774365. OLE color: 4774365.
HSL color Cylindrical-coordinate representation of color #DDD948: hue angle of 58.39º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DDD948 is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 217 | 72 | - |
| CMYK | 0 | 0.02 | 0.67 | 0.13 |
| HSL | 58.39º | 0.69% | 0.57% | - |
| HSV(B) | 58.39º | 0.67% | 0.87% | - |
| XYZ | 55.8 | 65.47 | 15.83 | - |
| YUV | 201.67 | 54.83 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 217 | 72 | 0 | 0.02 | 0.67 | 0.13 | 58.39 | 0.69 | 0.57 |
| Hex | DD | D9 | 48 | 0 | 2 | 43 | D | 3A | 45 | 39 |
| Octal | 335 | 331 | 110 | 0 | 2 | 103 | 15 | 72 | 105 | 71 |
| Binary | 11011101 | 11011001 | 1001000 | 0 | 10 | 1000011 | 1101 | 111010 | 1000101 | 111001 |
Color Harmonies of #DDD948
Complementary color
Monochromatic Colors of #DDD948
Black with #DDD948
Text Example
Text Example
White with #DDD948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD948; }
p { color: rgb(221,217,72); }
H1.HeaderClassName
{
color: #DDD948;
}
.AnyTagClassName
{
color: #DDD948;
}
</style>
background-color css
<style>
a { background-color: #DDD948; }
a { background-color: rgb(221,217,72); }
div.DivClassName
{
background-color: #DDD948;
}
.BgClassName
{
background-color: #DDD948;
}
</style>
border-color css
<style>
span { border-color: #DDD948; }
span { border-color: rgb(221,217,72); }
td.TdClassName
{
border-color: #DDD948;
}
.TagClassName
{
border-color: #DDD948;
}
</style>