Shades of Confetti #DDD347
Tints of Confetti #DDD347
RGB
CMYK
RGB Variations
Color information
#DDD347 (or 0xDDD347) is known color: Confetti. HEX triplet: DD, D3 and 47. RGB value is (221,211,71). Sum of RGB (Red+Green+Blue) = 221+211+71=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 211 (82.81% from 255 or 41.95% from 503); Blue value is 71 (28.12% from 255 or 14.12% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD347 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD347 is #222CB8. Grayscale: #C6C6C6. Windows color (decimal): -2239673 or 4707293. OLE color: 4707293.
HSL color Cylindrical-coordinate representation of color #DDD347: hue angle of 56º 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 #DDD347 is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 211 | 71 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.13 |
| HSL | 56º | 0.69% | 0.57% | - |
| HSV(B) | 56º | 0.68% | 0.87% | - |
| XYZ | 54.25 | 62.42 | 15.15 | - |
| YUV | 198.03 | 56.31 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 211 | 71 | 0 | 0.05 | 0.68 | 0.13 | 56 | 0.69 | 0.57 |
| Hex | DD | D3 | 47 | 0 | 5 | 44 | D | 38 | 45 | 39 |
| Octal | 335 | 323 | 107 | 0 | 5 | 104 | 15 | 70 | 105 | 71 |
| Binary | 11011101 | 11010011 | 1000111 | 0 | 101 | 1000100 | 1101 | 111000 | 1000101 | 111001 |
Color Harmonies of #DDD347
Complementary color
Monochromatic Colors of #DDD347
Black with #DDD347
Text Example
Text Example
White with #DDD347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD347; }
p { color: rgb(221,211,71); }
H1.HeaderClassName
{
color: #DDD347;
}
.AnyTagClassName
{
color: #DDD347;
}
</style>
background-color css
<style>
a { background-color: #DDD347; }
a { background-color: rgb(221,211,71); }
div.DivClassName
{
background-color: #DDD347;
}
.BgClassName
{
background-color: #DDD347;
}
</style>
border-color css
<style>
span { border-color: #DDD347; }
span { border-color: rgb(221,211,71); }
td.TdClassName
{
border-color: #DDD347;
}
.TagClassName
{
border-color: #DDD347;
}
</style>