Shades of Confetti #DFC043
Tints of Confetti #DFC043
RGB
CMYK
RGB Variations
Color information
#DFC043 (or 0xDFC043) is known color: Confetti. HEX triplet: DF, C0 and 43. RGB value is (223,192,67). Sum of RGB (Red+Green+Blue) = 223+192+67=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 192 (75.39% from 255 or 39.83% from 482); Blue value is 67 (26.56% from 255 or 13.90% from 482); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC043 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC043 is #203FBC. Grayscale: #BBBBBB. Windows color (decimal): -2113469 or 4440287. OLE color: 4440287.
HSL color Cylindrical-coordinate representation of color #DFC043: hue angle of 48.08º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DFC043 is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 192 | 67 | - |
| CMYK | 0 | 0.14 | 0.70 | 0.13 |
| HSL | 48.08º | 0.71% | 0.57% | - |
| HSV(B) | 48.08º | 0.7% | 0.87% | - |
| XYZ | 50.29 | 53.79 | 13.04 | - |
| YUV | 187.02 | 60.27 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 67 | 0 | 0.14 | 0.70 | 0.13 | 48.08 | 0.71 | 0.57 |
| Hex | DF | C0 | 43 | 0 | E | 46 | D | 30 | 47 | 39 |
| Octal | 337 | 300 | 103 | 0 | 16 | 106 | 15 | 60 | 107 | 71 |
| Binary | 11011111 | 11000000 | 1000011 | 0 | 1110 | 1000110 | 1101 | 110000 | 1000111 | 111001 |
Color Harmonies of #DFC043
Complementary color
Monochromatic Colors of #DFC043
Black with #DFC043
Text Example
Text Example
White with #DFC043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC043; }
p { color: rgb(223,192,67); }
H1.HeaderClassName
{
color: #DFC043;
}
.AnyTagClassName
{
color: #DFC043;
}
</style>
background-color css
<style>
a { background-color: #DFC043; }
a { background-color: rgb(223,192,67); }
div.DivClassName
{
background-color: #DFC043;
}
.BgClassName
{
background-color: #DFC043;
}
</style>
border-color css
<style>
span { border-color: #DFC043; }
span { border-color: rgb(223,192,67); }
td.TdClassName
{
border-color: #DFC043;
}
.TagClassName
{
border-color: #DFC043;
}
</style>