Shades of Confetti #DDC247
Tints of Confetti #DDC247
RGB
CMYK
RGB Variations
Color information
#DDC247 (or 0xDDC247) is known color: Confetti. HEX triplet: DD, C2 and 47. RGB value is (221,194,71). Sum of RGB (Red+Green+Blue) = 221+194+71=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 194 (76.17% from 255 or 39.92% from 486); Blue value is 71 (28.12% from 255 or 14.61% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC247 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC247 is #223DB8. Grayscale: #BCBCBC. Windows color (decimal): -2244025 or 4702941. OLE color: 4702941.
HSL color Cylindrical-coordinate representation of color #DDC247: hue angle of 49.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 #DDC247 is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 194 | 71 | - |
| CMYK | 0 | 0.12 | 0.68 | 0.13 |
| HSL | 49.2º | 0.69% | 0.57% | - |
| HSV(B) | 49.2º | 0.68% | 0.87% | - |
| XYZ | 50.25 | 54.41 | 13.82 | - |
| YUV | 188.05 | 61.95 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 194 | 71 | 0 | 0.12 | 0.68 | 0.13 | 49.2 | 0.69 | 0.57 |
| Hex | DD | C2 | 47 | 0 | C | 44 | D | 31 | 45 | 39 |
| Octal | 335 | 302 | 107 | 0 | 14 | 104 | 15 | 61 | 105 | 71 |
| Binary | 11011101 | 11000010 | 1000111 | 0 | 1100 | 1000100 | 1101 | 110001 | 1000101 | 111001 |
Color Harmonies of #DDC247
Complementary color
Monochromatic Colors of #DDC247
Black with #DDC247
Text Example
Text Example
White with #DDC247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC247; }
p { color: rgb(221,194,71); }
H1.HeaderClassName
{
color: #DDC247;
}
.AnyTagClassName
{
color: #DDC247;
}
</style>
background-color css
<style>
a { background-color: #DDC247; }
a { background-color: rgb(221,194,71); }
div.DivClassName
{
background-color: #DDC247;
}
.BgClassName
{
background-color: #DDC247;
}
</style>
border-color css
<style>
span { border-color: #DDC247; }
span { border-color: rgb(221,194,71); }
td.TdClassName
{
border-color: #DDC247;
}
.TagClassName
{
border-color: #DDC247;
}
</style>