Shades of Confetti #DFD049
Tints of Confetti #DFD049
RGB
CMYK
RGB Variations
Color information
#DFD049 (or 0xDFD049) is known color: Confetti. HEX triplet: DF, D0 and 49. RGB value is (223,208,73). Sum of RGB (Red+Green+Blue) = 223+208+73=504 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.25% from 504); Green value is 208 (81.64% from 255 or 41.27% from 504); Blue value is 73 (28.91% from 255 or 14.48% from 504); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD049 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD049 is #202FB6. Grayscale: #C5C5C5. Windows color (decimal): -2109367 or 4837599. OLE color: 4837599.
HSL color Cylindrical-coordinate representation of color #DFD049: hue angle of 54º 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 #DFD049 is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 208 | 73 | - |
| CMYK | 0 | 0.07 | 0.67 | 0.13 |
| HSL | 54º | 0.7% | 0.58% | - |
| HSV(B) | 54º | 0.67% | 0.87% | - |
| XYZ | 54.19 | 61.28 | 15.28 | - |
| YUV | 197.1 | 57.97 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 208 | 73 | 0 | 0.07 | 0.67 | 0.13 | 54 | 0.7 | 0.58 |
| Hex | DF | D0 | 49 | 0 | 7 | 43 | D | 36 | 46 | 3A |
| Octal | 337 | 320 | 111 | 0 | 7 | 103 | 15 | 66 | 106 | 72 |
| Binary | 11011111 | 11010000 | 1001001 | 0 | 111 | 1000011 | 1101 | 110110 | 1000110 | 111010 |
Color Harmonies of #DFD049
Complementary color
Monochromatic Colors of #DFD049
Black with #DFD049
Text Example
Text Example
White with #DFD049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD049; }
p { color: rgb(223,208,73); }
H1.HeaderClassName
{
color: #DFD049;
}
.AnyTagClassName
{
color: #DFD049;
}
</style>
background-color css
<style>
a { background-color: #DFD049; }
a { background-color: rgb(223,208,73); }
div.DivClassName
{
background-color: #DFD049;
}
.BgClassName
{
background-color: #DFD049;
}
</style>
border-color css
<style>
span { border-color: #DFD049; }
span { border-color: rgb(223,208,73); }
td.TdClassName
{
border-color: #DFD049;
}
.TagClassName
{
border-color: #DFD049;
}
</style>