Shades of Confetti #DDD148
Tints of Confetti #DDD148
RGB
CMYK
RGB Variations
Color information
#DDD148 (or 0xDDD148) is known color: Confetti. HEX triplet: DD, D1 and 48. RGB value is (221,209,72). Sum of RGB (Red+Green+Blue) = 221+209+72=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 209 (82.03% from 255 or 41.63% from 502); Blue value is 72 (28.52% from 255 or 14.34% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD148 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD148 is #222EB7. Grayscale: #C5C5C5. Windows color (decimal): -2240184 or 4772317. OLE color: 4772317.
HSL color Cylindrical-coordinate representation of color #DDD148: hue angle of 55.17º 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 #DDD148 is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 209 | 72 | - |
| CMYK | 0 | 0.05 | 0.67 | 0.13 |
| HSL | 55.17º | 0.69% | 0.57% | - |
| HSV(B) | 55.17º | 0.67% | 0.87% | - |
| XYZ | 53.79 | 61.44 | 15.16 | - |
| YUV | 196.97 | 57.48 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 209 | 72 | 0 | 0.05 | 0.67 | 0.13 | 55.17 | 0.69 | 0.57 |
| Hex | DD | D1 | 48 | 0 | 5 | 43 | D | 37 | 45 | 39 |
| Octal | 335 | 321 | 110 | 0 | 5 | 103 | 15 | 67 | 105 | 71 |
| Binary | 11011101 | 11010001 | 1001000 | 0 | 101 | 1000011 | 1101 | 110111 | 1000101 | 111001 |
Color Harmonies of #DDD148
Complementary color
Monochromatic Colors of #DDD148
Black with #DDD148
Text Example
Text Example
White with #DDD148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD148; }
p { color: rgb(221,209,72); }
H1.HeaderClassName
{
color: #DDD148;
}
.AnyTagClassName
{
color: #DDD148;
}
</style>
background-color css
<style>
a { background-color: #DDD148; }
a { background-color: rgb(221,209,72); }
div.DivClassName
{
background-color: #DDD148;
}
.BgClassName
{
background-color: #DDD148;
}
</style>
border-color css
<style>
span { border-color: #DDD148; }
span { border-color: rgb(221,209,72); }
td.TdClassName
{
border-color: #DDD148;
}
.TagClassName
{
border-color: #DDD148;
}
</style>