Shades of Confetti #DFD340
Tints of Confetti #DFD340
RGB
CMYK
RGB Variations
Color information
#DFD340 (or 0xDFD340) is known color: Confetti. HEX triplet: DF, D3 and 40. RGB value is (223,211,64). Sum of RGB (Red+Green+Blue) = 223+211+64=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 211 (82.81% from 255 or 42.37% from 498); Blue value is 64 (25.39% from 255 or 12.85% from 498); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD340 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD340 is #202CBF. Grayscale: #C6C6C6. Windows color (decimal): -2108608 or 4248543. OLE color: 4248543.
HSL color Cylindrical-coordinate representation of color #DFD340: hue angle of 55.47º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DFD340 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 211 | 64 | - |
| CMYK | 0 | 0.05 | 0.71 | 0.13 |
| HSL | 55.47º | 0.71% | 0.56% | - |
| HSV(B) | 55.47º | 0.71% | 0.87% | - |
| XYZ | 54.65 | 62.65 | 14.06 | - |
| YUV | 197.83 | 52.48 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 211 | 64 | 0 | 0.05 | 0.71 | 0.13 | 55.47 | 0.71 | 0.56 |
| Hex | DF | D3 | 40 | 0 | 5 | 47 | D | 37 | 47 | 38 |
| Octal | 337 | 323 | 100 | 0 | 5 | 107 | 15 | 67 | 107 | 70 |
| Binary | 11011111 | 11010011 | 1000000 | 0 | 101 | 1000111 | 1101 | 110111 | 1000111 | 111000 |
Color Harmonies of #DFD340
Complementary color
Monochromatic Colors of #DFD340
Black with #DFD340
Text Example
Text Example
White with #DFD340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD340; }
p { color: rgb(223,211,64); }
H1.HeaderClassName
{
color: #DFD340;
}
.AnyTagClassName
{
color: #DFD340;
}
</style>
background-color css
<style>
a { background-color: #DFD340; }
a { background-color: rgb(223,211,64); }
div.DivClassName
{
background-color: #DFD340;
}
.BgClassName
{
background-color: #DFD340;
}
</style>
border-color css
<style>
span { border-color: #DFD340; }
span { border-color: rgb(223,211,64); }
td.TdClassName
{
border-color: #DFD340;
}
.TagClassName
{
border-color: #DFD340;
}
</style>