Shades of Confetti #DFBE3E
Tints of Confetti #DFBE3E
RGB
CMYK
RGB Variations
Color information
#DFBE3E (or 0xDFBE3E) is known color: Confetti. HEX triplet: DF, BE and 3E. RGB value is (223,190,62). Sum of RGB (Red+Green+Blue) = 223+190+62=475 (62% of max value = 765). Red value is 223 (87.5% from 255 or 46.95% from 475); Green value is 190 (74.61% from 255 or 40% from 475); Blue value is 62 (24.61% from 255 or 13.05% from 475); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBE3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBE3E is #2041C1. Grayscale: #B9B9B9. Windows color (decimal): -2113986 or 4112095. OLE color: 4112095.
HSL color Cylindrical-coordinate representation of color #DFBE3E: hue angle of 47.7º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DFBE3E is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 190 | 62 | - |
| CMYK | 0 | 0.15 | 0.72 | 0.13 |
| HSL | 47.7º | 0.72% | 0.56% | - |
| HSV(B) | 47.7º | 0.72% | 0.87% | - |
| XYZ | 49.71 | 52.86 | 12.14 | - |
| YUV | 185.28 | 58.43 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 190 | 62 | 0 | 0.15 | 0.72 | 0.13 | 47.7 | 0.72 | 0.56 |
| Hex | DF | BE | 3E | 0 | F | 48 | D | 30 | 48 | 38 |
| Octal | 337 | 276 | 76 | 0 | 17 | 110 | 15 | 60 | 110 | 70 |
| Binary | 11011111 | 10111110 | 111110 | 0 | 1111 | 1001000 | 1101 | 110000 | 1001000 | 111000 |
Color Harmonies of #DFBE3E
Complementary color
Monochromatic Colors of #DFBE3E
Black with #DFBE3E
Text Example
Text Example
White with #DFBE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBE3E; }
p { color: rgb(223,190,62); }
H1.HeaderClassName
{
color: #DFBE3E;
}
.AnyTagClassName
{
color: #DFBE3E;
}
</style>
background-color css
<style>
a { background-color: #DFBE3E; }
a { background-color: rgb(223,190,62); }
div.DivClassName
{
background-color: #DFBE3E;
}
.BgClassName
{
background-color: #DFBE3E;
}
</style>
border-color css
<style>
span { border-color: #DFBE3E; }
span { border-color: rgb(223,190,62); }
td.TdClassName
{
border-color: #DFBE3E;
}
.TagClassName
{
border-color: #DFBE3E;
}
</style>