Shades of Confetti #DFBE41
Tints of Confetti #DFBE41
RGB
CMYK
RGB Variations
Color information
#DFBE41 (or 0xDFBE41) is known color: Confetti. HEX triplet: DF, BE and 41. RGB value is (223,190,65). Sum of RGB (Red+Green+Blue) = 223+190+65=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 190 (74.61% from 255 or 39.75% from 478); Blue value is 65 (25.78% from 255 or 13.60% from 478); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBE41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBE41 is #2041BE. Grayscale: #BABABA. Windows color (decimal): -2113983 or 4308703. OLE color: 4308703.
HSL color Cylindrical-coordinate representation of color #DFBE41: hue angle of 47.47º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DFBE41 is Cyan = 0, Magento = 0.15, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 190 | 65 | - |
| CMYK | 0 | 0.15 | 0.71 | 0.13 |
| HSL | 47.47º | 0.71% | 0.56% | - |
| HSV(B) | 47.47º | 0.71% | 0.87% | - |
| XYZ | 49.8 | 52.9 | 12.59 | - |
| YUV | 185.62 | 59.93 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 190 | 65 | 0 | 0.15 | 0.71 | 0.13 | 47.47 | 0.71 | 0.56 |
| Hex | DF | BE | 41 | 0 | F | 47 | D | 2F | 47 | 38 |
| Octal | 337 | 276 | 101 | 0 | 17 | 107 | 15 | 57 | 107 | 70 |
| Binary | 11011111 | 10111110 | 1000001 | 0 | 1111 | 1000111 | 1101 | 101111 | 1000111 | 111000 |
Color Harmonies of #DFBE41
Complementary color
Monochromatic Colors of #DFBE41
Black with #DFBE41
Text Example
Text Example
White with #DFBE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBE41; }
p { color: rgb(223,190,65); }
H1.HeaderClassName
{
color: #DFBE41;
}
.AnyTagClassName
{
color: #DFBE41;
}
</style>
background-color css
<style>
a { background-color: #DFBE41; }
a { background-color: rgb(223,190,65); }
div.DivClassName
{
background-color: #DFBE41;
}
.BgClassName
{
background-color: #DFBE41;
}
</style>
border-color css
<style>
span { border-color: #DFBE41; }
span { border-color: rgb(223,190,65); }
td.TdClassName
{
border-color: #DFBE41;
}
.TagClassName
{
border-color: #DFBE41;
}
</style>