Shades of Confetti #DDD747
Tints of Confetti #DDD747
RGB
CMYK
RGB Variations
Color information
#DDD747 (or 0xDDD747) is known color: Confetti. HEX triplet: DD, D7 and 47. RGB value is (221,215,71). Sum of RGB (Red+Green+Blue) = 221+215+71=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 215 (84.38% from 255 or 42.41% from 507); Blue value is 71 (28.12% from 255 or 14.00% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD747 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD747 is #2228B8. Grayscale: #C8C8C8. Windows color (decimal): -2238649 or 4708317. OLE color: 4708317.
HSL color Cylindrical-coordinate representation of color #DDD747: hue angle of 57.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 #DDD747 is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 215 | 71 | - |
| CMYK | 0 | 0.03 | 0.68 | 0.13 |
| HSL | 57.6º | 0.69% | 0.57% | - |
| HSV(B) | 57.6º | 0.68% | 0.87% | - |
| XYZ | 55.26 | 64.43 | 15.48 | - |
| YUV | 200.38 | 54.99 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 215 | 71 | 0 | 0.03 | 0.68 | 0.13 | 57.6 | 0.69 | 0.57 |
| Hex | DD | D7 | 47 | 0 | 3 | 44 | D | 3A | 45 | 39 |
| Octal | 335 | 327 | 107 | 0 | 3 | 104 | 15 | 72 | 105 | 71 |
| Binary | 11011101 | 11010111 | 1000111 | 0 | 11 | 1000100 | 1101 | 111010 | 1000101 | 111001 |
Color Harmonies of #DDD747
Complementary color
Monochromatic Colors of #DDD747
Black with #DDD747
Text Example
Text Example
White with #DDD747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD747; }
p { color: rgb(221,215,71); }
H1.HeaderClassName
{
color: #DDD747;
}
.AnyTagClassName
{
color: #DDD747;
}
</style>
background-color css
<style>
a { background-color: #DDD747; }
a { background-color: rgb(221,215,71); }
div.DivClassName
{
background-color: #DDD747;
}
.BgClassName
{
background-color: #DDD747;
}
</style>
border-color css
<style>
span { border-color: #DDD747; }
span { border-color: rgb(221,215,71); }
td.TdClassName
{
border-color: #DDD747;
}
.TagClassName
{
border-color: #DDD747;
}
</style>