Shades of Confetti #DFBF4D
Tints of Confetti #DFBF4D
RGB
CMYK
RGB Variations
Color information
#DFBF4D (or 0xDFBF4D) is known color: Confetti. HEX triplet: DF, BF and 4D. RGB value is (223,191,77). Sum of RGB (Red+Green+Blue) = 223+191+77=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 191 (75% from 255 or 38.90% from 491); Blue value is 77 (30.47% from 255 or 15.68% from 491); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBF4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBF4D is #2040B2. Grayscale: #BCBCBC. Windows color (decimal): -2113715 or 5095391. OLE color: 5095391.
HSL color Cylindrical-coordinate representation of color #DFBF4D: hue angle of 46.85º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DFBF4D is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 191 | 77 | - |
| CMYK | 0 | 0.14 | 0.65 | 0.13 |
| HSL | 46.85º | 0.7% | 0.59% | - |
| HSV(B) | 46.85º | 0.65% | 0.87% | - |
| XYZ | 50.4 | 53.49 | 14.69 | - |
| YUV | 187.57 | 65.6 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 191 | 77 | 0 | 0.14 | 0.65 | 0.13 | 46.85 | 0.7 | 0.59 |
| Hex | DF | BF | 4D | 0 | E | 41 | D | 2F | 46 | 3B |
| Octal | 337 | 277 | 115 | 0 | 16 | 101 | 15 | 57 | 106 | 73 |
| Binary | 11011111 | 10111111 | 1001101 | 0 | 1110 | 1000001 | 1101 | 101111 | 1000110 | 111011 |
Color Harmonies of #DFBF4D
Complementary color
Monochromatic Colors of #DFBF4D
Black with #DFBF4D
Text Example
Text Example
White with #DFBF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBF4D; }
p { color: rgb(223,191,77); }
H1.HeaderClassName
{
color: #DFBF4D;
}
.AnyTagClassName
{
color: #DFBF4D;
}
</style>
background-color css
<style>
a { background-color: #DFBF4D; }
a { background-color: rgb(223,191,77); }
div.DivClassName
{
background-color: #DFBF4D;
}
.BgClassName
{
background-color: #DFBF4D;
}
</style>
border-color css
<style>
span { border-color: #DFBF4D; }
span { border-color: rgb(223,191,77); }
td.TdClassName
{
border-color: #DFBF4D;
}
.TagClassName
{
border-color: #DFBF4D;
}
</style>