Shades of Confetti #DFBE45
Tints of Confetti #DFBE45
RGB
CMYK
RGB Variations
Color information
#DFBE45 (or 0xDFBE45) is known color: Confetti. HEX triplet: DF, BE and 45. RGB value is (223,190,69). Sum of RGB (Red+Green+Blue) = 223+190+69=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 190 (74.61% from 255 or 39.42% from 482); Blue value is 69 (27.34% from 255 or 14.32% from 482); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBE45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBE45 is #2041BA. Grayscale: #BABABA. Windows color (decimal): -2113979 or 4570847. OLE color: 4570847.
HSL color Cylindrical-coordinate representation of color #DFBE45: hue angle of 47.14º 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 #DFBE45 is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 190 | 69 | - |
| CMYK | 0 | 0.15 | 0.69 | 0.13 |
| HSL | 47.14º | 0.71% | 0.57% | - |
| HSV(B) | 47.14º | 0.69% | 0.87% | - |
| XYZ | 49.92 | 52.94 | 13.22 | - |
| YUV | 186.07 | 61.93 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 190 | 69 | 0 | 0.15 | 0.69 | 0.13 | 47.14 | 0.71 | 0.57 |
| Hex | DF | BE | 45 | 0 | F | 45 | D | 2F | 47 | 39 |
| Octal | 337 | 276 | 105 | 0 | 17 | 105 | 15 | 57 | 107 | 71 |
| Binary | 11011111 | 10111110 | 1000101 | 0 | 1111 | 1000101 | 1101 | 101111 | 1000111 | 111001 |
Color Harmonies of #DFBE45
Complementary color
Monochromatic Colors of #DFBE45
Black with #DFBE45
Text Example
Text Example
White with #DFBE45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBE45; }
p { color: rgb(223,190,69); }
H1.HeaderClassName
{
color: #DFBE45;
}
.AnyTagClassName
{
color: #DFBE45;
}
</style>
background-color css
<style>
a { background-color: #DFBE45; }
a { background-color: rgb(223,190,69); }
div.DivClassName
{
background-color: #DFBE45;
}
.BgClassName
{
background-color: #DFBE45;
}
</style>
border-color css
<style>
span { border-color: #DFBE45; }
span { border-color: rgb(223,190,69); }
td.TdClassName
{
border-color: #DFBE45;
}
.TagClassName
{
border-color: #DFBE45;
}
</style>