Shades of Confetti #DFD148
Tints of Confetti #DFD148
RGB
CMYK
RGB Variations
Color information
#DFD148 (or 0xDFD148) is known color: Confetti. HEX triplet: DF, D1 and 48. RGB value is (223,209,72). Sum of RGB (Red+Green+Blue) = 223+209+72=504 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.25% from 504); Green value is 209 (82.03% from 255 or 41.47% from 504); Blue value is 72 (28.52% from 255 or 14.29% from 504); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD148 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD148 is #202EB7. Grayscale: #C6C6C6. Windows color (decimal): -2109112 or 4772319. OLE color: 4772319.
HSL color Cylindrical-coordinate representation of color #DFD148: hue angle of 54.44º 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 #DFD148 is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 209 | 72 | - |
| CMYK | 0 | 0.06 | 0.68 | 0.13 |
| HSL | 54.44º | 0.7% | 0.58% | - |
| HSV(B) | 54.44º | 0.68% | 0.87% | - |
| XYZ | 54.4 | 61.76 | 15.18 | - |
| YUV | 197.57 | 57.14 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 209 | 72 | 0 | 0.06 | 0.68 | 0.13 | 54.44 | 0.7 | 0.58 |
| Hex | DF | D1 | 48 | 0 | 6 | 44 | D | 36 | 46 | 3A |
| Octal | 337 | 321 | 110 | 0 | 6 | 104 | 15 | 66 | 106 | 72 |
| Binary | 11011111 | 11010001 | 1001000 | 0 | 110 | 1000100 | 1101 | 110110 | 1000110 | 111010 |
Color Harmonies of #DFD148
Complementary color
Monochromatic Colors of #DFD148
Black with #DFD148
Text Example
Text Example
White with #DFD148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD148; }
p { color: rgb(223,209,72); }
H1.HeaderClassName
{
color: #DFD148;
}
.AnyTagClassName
{
color: #DFD148;
}
</style>
background-color css
<style>
a { background-color: #DFD148; }
a { background-color: rgb(223,209,72); }
div.DivClassName
{
background-color: #DFD148;
}
.BgClassName
{
background-color: #DFD148;
}
</style>
border-color css
<style>
span { border-color: #DFD148; }
span { border-color: rgb(223,209,72); }
td.TdClassName
{
border-color: #DFD148;
}
.TagClassName
{
border-color: #DFD148;
}
</style>