Shades of Confetti #DFD048
Tints of Confetti #DFD048
RGB
CMYK
RGB Variations
Color information
#DFD048 (or 0xDFD048) is known color: Confetti. HEX triplet: DF, D0 and 48. RGB value is (223,208,72). Sum of RGB (Red+Green+Blue) = 223+208+72=503 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.33% from 503); Green value is 208 (81.64% from 255 or 41.35% from 503); Blue value is 72 (28.52% from 255 or 14.31% from 503); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD048 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD048 is #202FB7. Grayscale: #C5C5C5. Windows color (decimal): -2109368 or 4772063. OLE color: 4772063.
HSL color Cylindrical-coordinate representation of color #DFD048: hue angle of 54.04º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DFD048 is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 208 | 72 | - |
| CMYK | 0 | 0.07 | 0.68 | 0.13 |
| HSL | 54.04º | 0.7% | 0.58% | - |
| HSV(B) | 54.04º | 0.68% | 0.87% | - |
| XYZ | 54.16 | 61.27 | 15.1 | - |
| YUV | 196.98 | 57.47 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 208 | 72 | 0 | 0.07 | 0.68 | 0.13 | 54.04 | 0.7 | 0.58 |
| Hex | DF | D0 | 48 | 0 | 7 | 44 | D | 36 | 46 | 3A |
| Octal | 337 | 320 | 110 | 0 | 7 | 104 | 15 | 66 | 106 | 72 |
| Binary | 11011111 | 11010000 | 1001000 | 0 | 111 | 1000100 | 1101 | 110110 | 1000110 | 111010 |
Color Harmonies of #DFD048
Complementary color
Monochromatic Colors of #DFD048
Black with #DFD048
Text Example
Text Example
White with #DFD048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD048; }
p { color: rgb(223,208,72); }
H1.HeaderClassName
{
color: #DFD048;
}
.AnyTagClassName
{
color: #DFD048;
}
</style>
background-color css
<style>
a { background-color: #DFD048; }
a { background-color: rgb(223,208,72); }
div.DivClassName
{
background-color: #DFD048;
}
.BgClassName
{
background-color: #DFD048;
}
</style>
border-color css
<style>
span { border-color: #DFD048; }
span { border-color: rgb(223,208,72); }
td.TdClassName
{
border-color: #DFD048;
}
.TagClassName
{
border-color: #DFD048;
}
</style>