Shades of Confetti #DDD647
Tints of Confetti #DDD647
RGB
CMYK
RGB Variations
Color information
#DDD647 (or 0xDDD647) is known color: Confetti. HEX triplet: DD, D6 and 47. RGB value is (221,214,71). Sum of RGB (Red+Green+Blue) = 221+214+71=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 214 (83.98% from 255 or 42.29% from 506); Blue value is 71 (28.12% from 255 or 14.03% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD647 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD647 is #2229B8. Grayscale: #C8C8C8. Windows color (decimal): -2238905 or 4708061. OLE color: 4708061.
HSL color Cylindrical-coordinate representation of color #DDD647: hue angle of 57.2º 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 #DDD647 is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 214 | 71 | - |
| CMYK | 0 | 0.03 | 0.68 | 0.13 |
| HSL | 57.2º | 0.69% | 0.57% | - |
| HSV(B) | 57.2º | 0.68% | 0.87% | - |
| XYZ | 55 | 63.92 | 15.4 | - |
| YUV | 199.79 | 55.32 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 214 | 71 | 0 | 0.03 | 0.68 | 0.13 | 57.2 | 0.69 | 0.57 |
| Hex | DD | D6 | 47 | 0 | 3 | 44 | D | 39 | 45 | 39 |
| Octal | 335 | 326 | 107 | 0 | 3 | 104 | 15 | 71 | 105 | 71 |
| Binary | 11011101 | 11010110 | 1000111 | 0 | 11 | 1000100 | 1101 | 111001 | 1000101 | 111001 |
Color Harmonies of #DDD647
Complementary color
Monochromatic Colors of #DDD647
Black with #DDD647
Text Example
Text Example
White with #DDD647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD647; }
p { color: rgb(221,214,71); }
H1.HeaderClassName
{
color: #DDD647;
}
.AnyTagClassName
{
color: #DDD647;
}
</style>
background-color css
<style>
a { background-color: #DDD647; }
a { background-color: rgb(221,214,71); }
div.DivClassName
{
background-color: #DDD647;
}
.BgClassName
{
background-color: #DDD647;
}
</style>
border-color css
<style>
span { border-color: #DDD647; }
span { border-color: rgb(221,214,71); }
td.TdClassName
{
border-color: #DDD647;
}
.TagClassName
{
border-color: #DDD647;
}
</style>