Shades of Confetti #DFCC49
Tints of Confetti #DFCC49
RGB
CMYK
RGB Variations
Color information
#DFCC49 (or 0xDFCC49) is known color: Confetti. HEX triplet: DF, CC and 49. RGB value is (223,204,73). Sum of RGB (Red+Green+Blue) = 223+204+73=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 204 (80.08% from 255 or 40.8% from 500); Blue value is 73 (28.91% from 255 or 14.6% from 500); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCC49 is #2033B6. Grayscale: #C3C3C3. Windows color (decimal): -2110391 or 4836575. OLE color: 4836575.
HSL color Cylindrical-coordinate representation of color #DFCC49: hue angle of 52.4º 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 #DFCC49 is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 204 | 73 | - |
| CMYK | 0 | 0.09 | 0.67 | 0.13 |
| HSL | 52.4º | 0.7% | 0.58% | - |
| HSV(B) | 52.4º | 0.67% | 0.87% | - |
| XYZ | 53.23 | 59.35 | 14.95 | - |
| YUV | 194.75 | 59.29 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 204 | 73 | 0 | 0.09 | 0.67 | 0.13 | 52.4 | 0.7 | 0.58 |
| Hex | DF | CC | 49 | 0 | 9 | 43 | D | 34 | 46 | 3A |
| Octal | 337 | 314 | 111 | 0 | 11 | 103 | 15 | 64 | 106 | 72 |
| Binary | 11011111 | 11001100 | 1001001 | 0 | 1001 | 1000011 | 1101 | 110100 | 1000110 | 111010 |
Color Harmonies of #DFCC49
Complementary color
Monochromatic Colors of #DFCC49
Black with #DFCC49
Text Example
Text Example
White with #DFCC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCC49; }
p { color: rgb(223,204,73); }
H1.HeaderClassName
{
color: #DFCC49;
}
.AnyTagClassName
{
color: #DFCC49;
}
</style>
background-color css
<style>
a { background-color: #DFCC49; }
a { background-color: rgb(223,204,73); }
div.DivClassName
{
background-color: #DFCC49;
}
.BgClassName
{
background-color: #DFCC49;
}
</style>
border-color css
<style>
span { border-color: #DFCC49; }
span { border-color: rgb(223,204,73); }
td.TdClassName
{
border-color: #DFCC49;
}
.TagClassName
{
border-color: #DFCC49;
}
</style>