Shades of Confetti #DDD144
Tints of Confetti #DDD144
RGB
CMYK
RGB Variations
Color information
#DDD144 (or 0xDDD144) is known color: Confetti. HEX triplet: DD, D1 and 44. RGB value is (221,209,68). Sum of RGB (Red+Green+Blue) = 221+209+68=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 209 (82.03% from 255 or 41.97% from 498); Blue value is 68 (26.95% from 255 or 13.65% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD144 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD144 is #222EBB. Grayscale: #C5C5C5. Windows color (decimal): -2240188 or 4510173. OLE color: 4510173.
HSL color Cylindrical-coordinate representation of color #DDD144: hue angle of 55.29º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DDD144 is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 209 | 68 | - |
| CMYK | 0 | 0.05 | 0.69 | 0.13 |
| HSL | 55.29º | 0.69% | 0.57% | - |
| HSV(B) | 55.29º | 0.69% | 0.87% | - |
| XYZ | 53.66 | 61.39 | 14.49 | - |
| YUV | 196.51 | 55.48 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 209 | 68 | 0 | 0.05 | 0.69 | 0.13 | 55.29 | 0.69 | 0.57 |
| Hex | DD | D1 | 44 | 0 | 5 | 45 | D | 37 | 45 | 39 |
| Octal | 335 | 321 | 104 | 0 | 5 | 105 | 15 | 67 | 105 | 71 |
| Binary | 11011101 | 11010001 | 1000100 | 0 | 101 | 1000101 | 1101 | 110111 | 1000101 | 111001 |
Color Harmonies of #DDD144
Complementary color
Monochromatic Colors of #DDD144
Black with #DDD144
Text Example
Text Example
White with #DDD144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD144; }
p { color: rgb(221,209,68); }
H1.HeaderClassName
{
color: #DDD144;
}
.AnyTagClassName
{
color: #DDD144;
}
</style>
background-color css
<style>
a { background-color: #DDD144; }
a { background-color: rgb(221,209,68); }
div.DivClassName
{
background-color: #DDD144;
}
.BgClassName
{
background-color: #DDD144;
}
</style>
border-color css
<style>
span { border-color: #DDD144; }
span { border-color: rgb(221,209,68); }
td.TdClassName
{
border-color: #DDD144;
}
.TagClassName
{
border-color: #DDD144;
}
</style>