Shades of Confetti #DFD33F
Tints of Confetti #DFD33F
RGB
CMYK
RGB Variations
Color information
#DFD33F (or 0xDFD33F) is known color: Confetti. HEX triplet: DF, D3 and 3F. RGB value is (223,211,63). Sum of RGB (Red+Green+Blue) = 223+211+63=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 211 (82.81% from 255 or 42.45% from 497); Blue value is 63 (25% from 255 or 12.68% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD33F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD33F is #202CC0. Grayscale: #C6C6C6. Windows color (decimal): -2108609 or 4183007. OLE color: 4183007.
HSL color Cylindrical-coordinate representation of color #DFD33F: hue angle of 55.5º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DFD33F is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 211 | 63 | - |
| CMYK | 0 | 0.05 | 0.72 | 0.13 |
| HSL | 55.5º | 0.71% | 0.56% | - |
| HSV(B) | 55.5º | 0.72% | 0.87% | - |
| XYZ | 54.62 | 62.64 | 13.91 | - |
| YUV | 197.72 | 51.98 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 211 | 63 | 0 | 0.05 | 0.72 | 0.13 | 55.5 | 0.71 | 0.56 |
| Hex | DF | D3 | 3F | 0 | 5 | 48 | D | 38 | 47 | 38 |
| Octal | 337 | 323 | 77 | 0 | 5 | 110 | 15 | 70 | 107 | 70 |
| Binary | 11011111 | 11010011 | 111111 | 0 | 101 | 1001000 | 1101 | 111000 | 1000111 | 111000 |
Color Harmonies of #DFD33F
Complementary color
Monochromatic Colors of #DFD33F
Black with #DFD33F
Text Example
Text Example
White with #DFD33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD33F; }
p { color: rgb(223,211,63); }
H1.HeaderClassName
{
color: #DFD33F;
}
.AnyTagClassName
{
color: #DFD33F;
}
</style>
background-color css
<style>
a { background-color: #DFD33F; }
a { background-color: rgb(223,211,63); }
div.DivClassName
{
background-color: #DFD33F;
}
.BgClassName
{
background-color: #DFD33F;
}
</style>
border-color css
<style>
span { border-color: #DFD33F; }
span { border-color: rgb(223,211,63); }
td.TdClassName
{
border-color: #DFD33F;
}
.TagClassName
{
border-color: #DFD33F;
}
</style>