Shades of Confetti #DFBF4A
Tints of Confetti #DFBF4A
RGB
CMYK
RGB Variations
Color information
#DFBF4A (or 0xDFBF4A) is known color: Confetti. HEX triplet: DF, BF and 4A. RGB value is (223,191,74). Sum of RGB (Red+Green+Blue) = 223+191+74=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 191 (75% from 255 or 39.14% from 488); Blue value is 74 (29.30% from 255 or 15.16% from 488); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBF4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBF4A is #2040B5. Grayscale: #BBBBBB. Windows color (decimal): -2113718 or 4898783. OLE color: 4898783.
HSL color Cylindrical-coordinate representation of color #DFBF4A: hue angle of 47.11º 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 #DFBF4A is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 191 | 74 | - |
| CMYK | 0 | 0.14 | 0.67 | 0.13 |
| HSL | 47.11º | 0.7% | 0.58% | - |
| HSV(B) | 47.11º | 0.67% | 0.87% | - |
| XYZ | 50.3 | 53.44 | 14.14 | - |
| YUV | 187.23 | 64.1 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 191 | 74 | 0 | 0.14 | 0.67 | 0.13 | 47.11 | 0.7 | 0.58 |
| Hex | DF | BF | 4A | 0 | E | 43 | D | 2F | 46 | 3A |
| Octal | 337 | 277 | 112 | 0 | 16 | 103 | 15 | 57 | 106 | 72 |
| Binary | 11011111 | 10111111 | 1001010 | 0 | 1110 | 1000011 | 1101 | 101111 | 1000110 | 111010 |
Color Harmonies of #DFBF4A
Complementary color
Monochromatic Colors of #DFBF4A
Black with #DFBF4A
Text Example
Text Example
White with #DFBF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBF4A; }
p { color: rgb(223,191,74); }
H1.HeaderClassName
{
color: #DFBF4A;
}
.AnyTagClassName
{
color: #DFBF4A;
}
</style>
background-color css
<style>
a { background-color: #DFBF4A; }
a { background-color: rgb(223,191,74); }
div.DivClassName
{
background-color: #DFBF4A;
}
.BgClassName
{
background-color: #DFBF4A;
}
</style>
border-color css
<style>
span { border-color: #DFBF4A; }
span { border-color: rgb(223,191,74); }
td.TdClassName
{
border-color: #DFBF4A;
}
.TagClassName
{
border-color: #DFBF4A;
}
</style>