Shades of Confetti #DFC250
Tints of Confetti #DFC250
RGB
CMYK
RGB Variations
Color information
#DFC250 (or 0xDFC250) is known color: Confetti. HEX triplet: DF, C2 and 50. RGB value is (223,194,80). Sum of RGB (Red+Green+Blue) = 223+194+80=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 194 (76.17% from 255 or 39.03% from 497); Blue value is 80 (31.64% from 255 or 16.10% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC250 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC250 is #203DAF. Grayscale: #BEBEBE. Windows color (decimal): -2112944 or 5292767. OLE color: 5292767.
HSL color Cylindrical-coordinate representation of color #DFC250: hue angle of 47.83º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DFC250 is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 194 | 80 | - |
| CMYK | 0 | 0.13 | 0.64 | 0.13 |
| HSL | 47.83º | 0.69% | 0.59% | - |
| HSV(B) | 47.83º | 0.64% | 0.87% | - |
| XYZ | 51.17 | 54.85 | 15.48 | - |
| YUV | 189.68 | 66.11 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 194 | 80 | 0 | 0.13 | 0.64 | 0.13 | 47.83 | 0.69 | 0.59 |
| Hex | DF | C2 | 50 | 0 | D | 40 | D | 30 | 45 | 3B |
| Octal | 337 | 302 | 120 | 0 | 15 | 100 | 15 | 60 | 105 | 73 |
| Binary | 11011111 | 11000010 | 1010000 | 0 | 1101 | 1000000 | 1101 | 110000 | 1000101 | 111011 |
Color Harmonies of #DFC250
Complementary color
Monochromatic Colors of #DFC250
Black with #DFC250
Text Example
Text Example
White with #DFC250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC250; }
p { color: rgb(223,194,80); }
H1.HeaderClassName
{
color: #DFC250;
}
.AnyTagClassName
{
color: #DFC250;
}
</style>
background-color css
<style>
a { background-color: #DFC250; }
a { background-color: rgb(223,194,80); }
div.DivClassName
{
background-color: #DFC250;
}
.BgClassName
{
background-color: #DFC250;
}
</style>
border-color css
<style>
span { border-color: #DFC250; }
span { border-color: rgb(223,194,80); }
td.TdClassName
{
border-color: #DFC250;
}
.TagClassName
{
border-color: #DFC250;
}
</style>