Shades of Confetti #DDD247
Tints of Confetti #DDD247
RGB
CMYK
RGB Variations
Color information
#DDD247 (or 0xDDD247) is known color: Confetti. HEX triplet: DD, D2 and 47. RGB value is (221,210,71). Sum of RGB (Red+Green+Blue) = 221+210+71=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 210 (82.42% from 255 or 41.83% from 502); Blue value is 71 (28.12% from 255 or 14.14% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD247 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD247 is #222DB8. Grayscale: #C6C6C6. Windows color (decimal): -2239929 or 4707037. OLE color: 4707037.
HSL color Cylindrical-coordinate representation of color #DDD247: hue angle of 55.6º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DDD247 is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 210 | 71 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.13 |
| HSL | 55.6º | 0.69% | 0.57% | - |
| HSV(B) | 55.6º | 0.68% | 0.87% | - |
| XYZ | 54 | 61.92 | 15.07 | - |
| YUV | 197.44 | 56.64 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 210 | 71 | 0 | 0.05 | 0.68 | 0.13 | 55.6 | 0.69 | 0.57 |
| Hex | DD | D2 | 47 | 0 | 5 | 44 | D | 38 | 45 | 39 |
| Octal | 335 | 322 | 107 | 0 | 5 | 104 | 15 | 70 | 105 | 71 |
| Binary | 11011101 | 11010010 | 1000111 | 0 | 101 | 1000100 | 1101 | 111000 | 1000101 | 111001 |
Color Harmonies of #DDD247
Complementary color
Monochromatic Colors of #DDD247
Black with #DDD247
Text Example
Text Example
White with #DDD247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD247; }
p { color: rgb(221,210,71); }
H1.HeaderClassName
{
color: #DDD247;
}
.AnyTagClassName
{
color: #DDD247;
}
</style>
background-color css
<style>
a { background-color: #DDD247; }
a { background-color: rgb(221,210,71); }
div.DivClassName
{
background-color: #DDD247;
}
.BgClassName
{
background-color: #DDD247;
}
</style>
border-color css
<style>
span { border-color: #DDD247; }
span { border-color: rgb(221,210,71); }
td.TdClassName
{
border-color: #DDD247;
}
.TagClassName
{
border-color: #DDD247;
}
</style>