Shades of Confetti #DFC148
Tints of Confetti #DFC148
RGB
CMYK
RGB Variations
Color information
#DFC148 (or 0xDFC148) is known color: Confetti. HEX triplet: DF, C1 and 48. RGB value is (223,193,72). Sum of RGB (Red+Green+Blue) = 223+193+72=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 193 (75.78% from 255 or 39.55% from 488); Blue value is 72 (28.52% from 255 or 14.75% from 488); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC148 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC148 is #203EB7. Grayscale: #BCBCBC. Windows color (decimal): -2113208 or 4768223. OLE color: 4768223.
HSL color Cylindrical-coordinate representation of color #DFC148: hue angle of 48.08º 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 #DFC148 is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 193 | 72 | - |
| CMYK | 0 | 0.13 | 0.68 | 0.13 |
| HSL | 48.08º | 0.7% | 0.58% | - |
| HSV(B) | 48.08º | 0.68% | 0.87% | - |
| XYZ | 50.67 | 54.3 | 13.94 | - |
| YUV | 188.18 | 62.44 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 193 | 72 | 0 | 0.13 | 0.68 | 0.13 | 48.08 | 0.7 | 0.58 |
| Hex | DF | C1 | 48 | 0 | D | 44 | D | 30 | 46 | 3A |
| Octal | 337 | 301 | 110 | 0 | 15 | 104 | 15 | 60 | 106 | 72 |
| Binary | 11011111 | 11000001 | 1001000 | 0 | 1101 | 1000100 | 1101 | 110000 | 1000110 | 111010 |
Color Harmonies of #DFC148
Complementary color
Monochromatic Colors of #DFC148
Black with #DFC148
Text Example
Text Example
White with #DFC148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC148; }
p { color: rgb(223,193,72); }
H1.HeaderClassName
{
color: #DFC148;
}
.AnyTagClassName
{
color: #DFC148;
}
</style>
background-color css
<style>
a { background-color: #DFC148; }
a { background-color: rgb(223,193,72); }
div.DivClassName
{
background-color: #DFC148;
}
.BgClassName
{
background-color: #DFC148;
}
</style>
border-color css
<style>
span { border-color: #DFC148; }
span { border-color: rgb(223,193,72); }
td.TdClassName
{
border-color: #DFC148;
}
.TagClassName
{
border-color: #DFC148;
}
</style>