Shades of Confetti #DDC747
Tints of Confetti #DDC747
RGB
CMYK
RGB Variations
Color information
#DDC747 (or 0xDDC747) is known color: Confetti. HEX triplet: DD, C7 and 47. RGB value is (221,199,71). Sum of RGB (Red+Green+Blue) = 221+199+71=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 199 (78.12% from 255 or 40.53% from 491); Blue value is 71 (28.12% from 255 or 14.46% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC747 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC747 is #2238B8. Grayscale: #BFBFBF. Windows color (decimal): -2242745 or 4704221. OLE color: 4704221.
HSL color Cylindrical-coordinate representation of color #DDC747: hue angle of 51.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 #DDC747 is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 199 | 71 | - |
| CMYK | 0 | 0.10 | 0.68 | 0.13 |
| HSL | 51.2º | 0.69% | 0.57% | - |
| HSV(B) | 51.2º | 0.68% | 0.87% | - |
| XYZ | 51.38 | 56.67 | 14.19 | - |
| YUV | 190.99 | 60.29 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 71 | 0 | 0.10 | 0.68 | 0.13 | 51.2 | 0.69 | 0.57 |
| Hex | DD | C7 | 47 | 0 | A | 44 | D | 33 | 45 | 39 |
| Octal | 335 | 307 | 107 | 0 | 12 | 104 | 15 | 63 | 105 | 71 |
| Binary | 11011101 | 11000111 | 1000111 | 0 | 1010 | 1000100 | 1101 | 110011 | 1000101 | 111001 |
Color Harmonies of #DDC747
Complementary color
Monochromatic Colors of #DDC747
Black with #DDC747
Text Example
Text Example
White with #DDC747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC747; }
p { color: rgb(221,199,71); }
H1.HeaderClassName
{
color: #DDC747;
}
.AnyTagClassName
{
color: #DDC747;
}
</style>
background-color css
<style>
a { background-color: #DDC747; }
a { background-color: rgb(221,199,71); }
div.DivClassName
{
background-color: #DDC747;
}
.BgClassName
{
background-color: #DDC747;
}
</style>
border-color css
<style>
span { border-color: #DDC747; }
span { border-color: rgb(221,199,71); }
td.TdClassName
{
border-color: #DDC747;
}
.TagClassName
{
border-color: #DDC747;
}
</style>