Shades of Confetti #DFC046
Tints of Confetti #DFC046
RGB
CMYK
RGB Variations
Color information
#DFC046 (or 0xDFC046) is known color: Confetti. HEX triplet: DF, C0 and 46. RGB value is (223,192,70). Sum of RGB (Red+Green+Blue) = 223+192+70=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 192 (75.39% from 255 or 39.59% from 485); Blue value is 70 (27.73% from 255 or 14.43% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC046 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC046 is #203FB9. Grayscale: #BBBBBB. Windows color (decimal): -2113466 or 4636895. OLE color: 4636895.
HSL color Cylindrical-coordinate representation of color #DFC046: hue angle of 47.84º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DFC046 is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 192 | 70 | - |
| CMYK | 0 | 0.14 | 0.69 | 0.13 |
| HSL | 47.84º | 0.71% | 0.57% | - |
| HSV(B) | 47.84º | 0.69% | 0.87% | - |
| XYZ | 50.39 | 53.83 | 13.53 | - |
| YUV | 187.36 | 61.77 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 70 | 0 | 0.14 | 0.69 | 0.13 | 47.84 | 0.71 | 0.57 |
| Hex | DF | C0 | 46 | 0 | E | 45 | D | 30 | 47 | 39 |
| Octal | 337 | 300 | 106 | 0 | 16 | 105 | 15 | 60 | 107 | 71 |
| Binary | 11011111 | 11000000 | 1000110 | 0 | 1110 | 1000101 | 1101 | 110000 | 1000111 | 111001 |
Color Harmonies of #DFC046
Complementary color
Monochromatic Colors of #DFC046
Black with #DFC046
Text Example
Text Example
White with #DFC046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC046; }
p { color: rgb(223,192,70); }
H1.HeaderClassName
{
color: #DFC046;
}
.AnyTagClassName
{
color: #DFC046;
}
</style>
background-color css
<style>
a { background-color: #DFC046; }
a { background-color: rgb(223,192,70); }
div.DivClassName
{
background-color: #DFC046;
}
.BgClassName
{
background-color: #DFC046;
}
</style>
border-color css
<style>
span { border-color: #DFC046; }
span { border-color: rgb(223,192,70); }
td.TdClassName
{
border-color: #DFC046;
}
.TagClassName
{
border-color: #DFC046;
}
</style>