Shades of Confetti #DFBE49
Tints of Confetti #DFBE49
RGB
CMYK
RGB Variations
Color information
#DFBE49 (or 0xDFBE49) is known color: Confetti. HEX triplet: DF, BE and 49. RGB value is (223,190,73). Sum of RGB (Red+Green+Blue) = 223+190+73=486 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.88% from 486); Green value is 190 (74.61% from 255 or 39.09% from 486); Blue value is 73 (28.91% from 255 or 15.02% from 486); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBE49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBE49 is #2041B6. Grayscale: #BBBBBB. Windows color (decimal): -2113975 or 4832991. OLE color: 4832991.
HSL color Cylindrical-coordinate representation of color #DFBE49: hue angle of 46.8º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DFBE49 is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 190 | 73 | - |
| CMYK | 0 | 0.15 | 0.67 | 0.13 |
| HSL | 46.8º | 0.7% | 0.58% | - |
| HSV(B) | 46.8º | 0.67% | 0.87% | - |
| XYZ | 50.05 | 53 | 13.89 | - |
| YUV | 186.53 | 63.93 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 190 | 73 | 0 | 0.15 | 0.67 | 0.13 | 46.8 | 0.7 | 0.58 |
| Hex | DF | BE | 49 | 0 | F | 43 | D | 2F | 46 | 3A |
| Octal | 337 | 276 | 111 | 0 | 17 | 103 | 15 | 57 | 106 | 72 |
| Binary | 11011111 | 10111110 | 1001001 | 0 | 1111 | 1000011 | 1101 | 101111 | 1000110 | 111010 |
Color Harmonies of #DFBE49
Complementary color
Monochromatic Colors of #DFBE49
Black with #DFBE49
Text Example
Text Example
White with #DFBE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBE49; }
p { color: rgb(223,190,73); }
H1.HeaderClassName
{
color: #DFBE49;
}
.AnyTagClassName
{
color: #DFBE49;
}
</style>
background-color css
<style>
a { background-color: #DFBE49; }
a { background-color: rgb(223,190,73); }
div.DivClassName
{
background-color: #DFBE49;
}
.BgClassName
{
background-color: #DFBE49;
}
</style>
border-color css
<style>
span { border-color: #DFBE49; }
span { border-color: rgb(223,190,73); }
td.TdClassName
{
border-color: #DFBE49;
}
.TagClassName
{
border-color: #DFBE49;
}
</style>