Shades of Confetti #DDD048
Tints of Confetti #DDD048
RGB
CMYK
RGB Variations
Color information
#DDD048 (or 0xDDD048) is known color: Confetti. HEX triplet: DD, D0 and 48. RGB value is (221,208,72). Sum of RGB (Red+Green+Blue) = 221+208+72=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 208 (81.64% from 255 or 41.52% from 501); Blue value is 72 (28.52% from 255 or 14.37% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD048 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD048 is #222FB7. Grayscale: #C4C4C4. Windows color (decimal): -2240440 or 4772061. OLE color: 4772061.
HSL color Cylindrical-coordinate representation of color #DDD048: hue angle of 54.77º 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 #DDD048 is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 72 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.13 |
| HSL | 54.77º | 0.69% | 0.57% | - |
| HSV(B) | 54.77º | 0.67% | 0.87% | - |
| XYZ | 53.54 | 60.95 | 15.07 | - |
| YUV | 196.38 | 57.81 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 72 | 0 | 0.06 | 0.67 | 0.13 | 54.77 | 0.69 | 0.57 |
| Hex | DD | D0 | 48 | 0 | 6 | 43 | D | 37 | 45 | 39 |
| Octal | 335 | 320 | 110 | 0 | 6 | 103 | 15 | 67 | 105 | 71 |
| Binary | 11011101 | 11010000 | 1001000 | 0 | 110 | 1000011 | 1101 | 110111 | 1000101 | 111001 |
Color Harmonies of #DDD048
Complementary color
Monochromatic Colors of #DDD048
Black with #DDD048
Text Example
Text Example
White with #DDD048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD048; }
p { color: rgb(221,208,72); }
H1.HeaderClassName
{
color: #DDD048;
}
.AnyTagClassName
{
color: #DDD048;
}
</style>
background-color css
<style>
a { background-color: #DDD048; }
a { background-color: rgb(221,208,72); }
div.DivClassName
{
background-color: #DDD048;
}
.BgClassName
{
background-color: #DDD048;
}
</style>
border-color css
<style>
span { border-color: #DDD048; }
span { border-color: rgb(221,208,72); }
td.TdClassName
{
border-color: #DDD048;
}
.TagClassName
{
border-color: #DDD048;
}
</style>