Shades of Confetti #DFC049
Tints of Confetti #DFC049
RGB
CMYK
RGB Variations
Color information
#DFC049 (or 0xDFC049) is known color: Confetti. HEX triplet: DF, C0 and 49. RGB value is (223,192,73). Sum of RGB (Red+Green+Blue) = 223+192+73=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 192 (75.39% from 255 or 39.34% from 488); Blue value is 73 (28.91% from 255 or 14.96% from 488); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC049 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC049 is #203FB6. Grayscale: #BCBCBC. Windows color (decimal): -2113463 or 4833503. OLE color: 4833503.
HSL color Cylindrical-coordinate representation of color #DFC049: hue angle of 47.6º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DFC049 is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 192 | 73 | - |
| CMYK | 0 | 0.14 | 0.67 | 0.13 |
| HSL | 47.6º | 0.7% | 0.58% | - |
| HSV(B) | 47.6º | 0.67% | 0.87% | - |
| XYZ | 50.48 | 53.87 | 14.04 | - |
| YUV | 187.7 | 63.27 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 73 | 0 | 0.14 | 0.67 | 0.13 | 47.6 | 0.7 | 0.58 |
| Hex | DF | C0 | 49 | 0 | E | 43 | D | 30 | 46 | 3A |
| Octal | 337 | 300 | 111 | 0 | 16 | 103 | 15 | 60 | 106 | 72 |
| Binary | 11011111 | 11000000 | 1001001 | 0 | 1110 | 1000011 | 1101 | 110000 | 1000110 | 111010 |
Color Harmonies of #DFC049
Complementary color
Monochromatic Colors of #DFC049
Black with #DFC049
Text Example
Text Example
White with #DFC049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC049; }
p { color: rgb(223,192,73); }
H1.HeaderClassName
{
color: #DFC049;
}
.AnyTagClassName
{
color: #DFC049;
}
</style>
background-color css
<style>
a { background-color: #DFC049; }
a { background-color: rgb(223,192,73); }
div.DivClassName
{
background-color: #DFC049;
}
.BgClassName
{
background-color: #DFC049;
}
</style>
border-color css
<style>
span { border-color: #DFC049; }
span { border-color: rgb(223,192,73); }
td.TdClassName
{
border-color: #DFC049;
}
.TagClassName
{
border-color: #DFC049;
}
</style>