Shades of Confetti #DFBE4A
Tints of Confetti #DFBE4A
RGB
CMYK
RGB Variations
Color information
#DFBE4A (or 0xDFBE4A) is known color: Confetti. HEX triplet: DF, BE and 4A. RGB value is (223,190,74). Sum of RGB (Red+Green+Blue) = 223+190+74=487 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.79% from 487); Green value is 190 (74.61% from 255 or 39.01% from 487); Blue value is 74 (29.30% from 255 or 15.20% from 487); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBE4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBE4A is #2041B5. Grayscale: #BBBBBB. Windows color (decimal): -2113974 or 4898527. OLE color: 4898527.
HSL color Cylindrical-coordinate representation of color #DFBE4A: hue angle of 46.71º 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 #DFBE4A is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 190 | 74 | - |
| CMYK | 0 | 0.15 | 0.67 | 0.13 |
| HSL | 46.71º | 0.7% | 0.58% | - |
| HSV(B) | 46.71º | 0.67% | 0.87% | - |
| XYZ | 50.08 | 53.01 | 14.07 | - |
| YUV | 186.64 | 64.43 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 190 | 74 | 0 | 0.15 | 0.67 | 0.13 | 46.71 | 0.7 | 0.58 |
| Hex | DF | BE | 4A | 0 | F | 43 | D | 2F | 46 | 3A |
| Octal | 337 | 276 | 112 | 0 | 17 | 103 | 15 | 57 | 106 | 72 |
| Binary | 11011111 | 10111110 | 1001010 | 0 | 1111 | 1000011 | 1101 | 101111 | 1000110 | 111010 |
Color Harmonies of #DFBE4A
Complementary color
Monochromatic Colors of #DFBE4A
Black with #DFBE4A
Text Example
Text Example
White with #DFBE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBE4A; }
p { color: rgb(223,190,74); }
H1.HeaderClassName
{
color: #DFBE4A;
}
.AnyTagClassName
{
color: #DFBE4A;
}
</style>
background-color css
<style>
a { background-color: #DFBE4A; }
a { background-color: rgb(223,190,74); }
div.DivClassName
{
background-color: #DFBE4A;
}
.BgClassName
{
background-color: #DFBE4A;
}
</style>
border-color css
<style>
span { border-color: #DFBE4A; }
span { border-color: rgb(223,190,74); }
td.TdClassName
{
border-color: #DFBE4A;
}
.TagClassName
{
border-color: #DFBE4A;
}
</style>