Shades of Confetti #DFD249
Tints of Confetti #DFD249
RGB
CMYK
RGB Variations
Color information
#DFD249 (or 0xDFD249) is known color: Confetti. HEX triplet: DF, D2 and 49. RGB value is (223,210,73). Sum of RGB (Red+Green+Blue) = 223+210+73=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 210 (82.42% from 255 or 41.50% from 506); Blue value is 73 (28.91% from 255 or 14.43% from 506); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD249 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD249 is #202DB6. Grayscale: #C6C6C6. Windows color (decimal): -2108855 or 4838111. OLE color: 4838111.
HSL color Cylindrical-coordinate representation of color #DFD249: hue angle of 54.8º 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 #DFD249 is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 210 | 73 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.13 |
| HSL | 54.8º | 0.7% | 0.58% | - |
| HSV(B) | 54.8º | 0.67% | 0.87% | - |
| XYZ | 54.68 | 62.26 | 15.44 | - |
| YUV | 198.27 | 57.31 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 210 | 73 | 0 | 0.06 | 0.67 | 0.13 | 54.8 | 0.7 | 0.58 |
| Hex | DF | D2 | 49 | 0 | 6 | 43 | D | 37 | 46 | 3A |
| Octal | 337 | 322 | 111 | 0 | 6 | 103 | 15 | 67 | 106 | 72 |
| Binary | 11011111 | 11010010 | 1001001 | 0 | 110 | 1000011 | 1101 | 110111 | 1000110 | 111010 |
Color Harmonies of #DFD249
Complementary color
Monochromatic Colors of #DFD249
Black with #DFD249
Text Example
Text Example
White with #DFD249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD249; }
p { color: rgb(223,210,73); }
H1.HeaderClassName
{
color: #DFD249;
}
.AnyTagClassName
{
color: #DFD249;
}
</style>
background-color css
<style>
a { background-color: #DFD249; }
a { background-color: rgb(223,210,73); }
div.DivClassName
{
background-color: #DFD249;
}
.BgClassName
{
background-color: #DFD249;
}
</style>
border-color css
<style>
span { border-color: #DFD249; }
span { border-color: rgb(223,210,73); }
td.TdClassName
{
border-color: #DFD249;
}
.TagClassName
{
border-color: #DFD249;
}
</style>