Shades of Confetti #DFBC46
Tints of Confetti #DFBC46
RGB
CMYK
RGB Variations
Color information
#DFBC46 (or 0xDFBC46) is known color: Confetti. HEX triplet: DF, BC and 46. RGB value is (223,188,70). Sum of RGB (Red+Green+Blue) = 223+188+70=481 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.36% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 70 (27.73% from 255 or 14.55% from 481); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBC46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBC46 is #2043B9. Grayscale: #B9B9B9. Windows color (decimal): -2114490 or 4635871. OLE color: 4635871.
HSL color Cylindrical-coordinate representation of color #DFBC46: hue angle of 46.27º 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 #DFBC46 is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 188 | 70 | - |
| CMYK | 0 | 0.16 | 0.69 | 0.13 |
| HSL | 46.27º | 0.71% | 0.57% | - |
| HSV(B) | 46.27º | 0.69% | 0.87% | - |
| XYZ | 49.52 | 52.1 | 13.24 | - |
| YUV | 185.01 | 63.1 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 188 | 70 | 0 | 0.16 | 0.69 | 0.13 | 46.27 | 0.71 | 0.57 |
| Hex | DF | BC | 46 | 0 | 10 | 45 | D | 2E | 47 | 39 |
| Octal | 337 | 274 | 106 | 0 | 20 | 105 | 15 | 56 | 107 | 71 |
| Binary | 11011111 | 10111100 | 1000110 | 0 | 10000 | 1000101 | 1101 | 101110 | 1000111 | 111001 |
Color Harmonies of #DFBC46
Complementary color
Monochromatic Colors of #DFBC46
Black with #DFBC46
Text Example
Text Example
White with #DFBC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBC46; }
p { color: rgb(223,188,70); }
H1.HeaderClassName
{
color: #DFBC46;
}
.AnyTagClassName
{
color: #DFBC46;
}
</style>
background-color css
<style>
a { background-color: #DFBC46; }
a { background-color: rgb(223,188,70); }
div.DivClassName
{
background-color: #DFBC46;
}
.BgClassName
{
background-color: #DFBC46;
}
</style>
border-color css
<style>
span { border-color: #DFBC46; }
span { border-color: rgb(223,188,70); }
td.TdClassName
{
border-color: #DFBC46;
}
.TagClassName
{
border-color: #DFBC46;
}
</style>