Shades of Confetti #DFBD49
Tints of Confetti #DFBD49
RGB
CMYK
RGB Variations
Color information
#DFBD49 (or 0xDFBD49) is known color: Confetti. HEX triplet: DF, BD and 49. RGB value is (223,189,73). Sum of RGB (Red+Green+Blue) = 223+189+73=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 189 (74.22% from 255 or 38.97% from 485); Blue value is 73 (28.91% from 255 or 15.05% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBD49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBD49 is #2042B6. Grayscale: #BABABA. Windows color (decimal): -2114231 or 4832735. OLE color: 4832735.
HSL color Cylindrical-coordinate representation of color #DFBD49: hue angle of 46.4º 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 #DFBD49 is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 189 | 73 | - |
| CMYK | 0 | 0.15 | 0.67 | 0.13 |
| HSL | 46.4º | 0.7% | 0.58% | - |
| HSV(B) | 46.4º | 0.67% | 0.87% | - |
| XYZ | 49.83 | 52.56 | 13.82 | - |
| YUV | 185.94 | 64.26 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 189 | 73 | 0 | 0.15 | 0.67 | 0.13 | 46.4 | 0.7 | 0.58 |
| Hex | DF | BD | 49 | 0 | F | 43 | D | 2E | 46 | 3A |
| Octal | 337 | 275 | 111 | 0 | 17 | 103 | 15 | 56 | 106 | 72 |
| Binary | 11011111 | 10111101 | 1001001 | 0 | 1111 | 1000011 | 1101 | 101110 | 1000110 | 111010 |
Color Harmonies of #DFBD49
Complementary color
Monochromatic Colors of #DFBD49
Black with #DFBD49
Text Example
Text Example
White with #DFBD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBD49; }
p { color: rgb(223,189,73); }
H1.HeaderClassName
{
color: #DFBD49;
}
.AnyTagClassName
{
color: #DFBD49;
}
</style>
background-color css
<style>
a { background-color: #DFBD49; }
a { background-color: rgb(223,189,73); }
div.DivClassName
{
background-color: #DFBD49;
}
.BgClassName
{
background-color: #DFBD49;
}
</style>
border-color css
<style>
span { border-color: #DFBD49; }
span { border-color: rgb(223,189,73); }
td.TdClassName
{
border-color: #DFBD49;
}
.TagClassName
{
border-color: #DFBD49;
}
</style>