Shades of Confetti #DFD040
Tints of Confetti #DFD040
RGB
CMYK
RGB Variations
Color information
#DFD040 (or 0xDFD040) is known color: Confetti. HEX triplet: DF, D0 and 40. RGB value is (223,208,64). Sum of RGB (Red+Green+Blue) = 223+208+64=495 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.05% from 495); Green value is 208 (81.64% from 255 or 42.02% from 495); Blue value is 64 (25.39% from 255 or 12.93% from 495); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD040 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD040 is #202FBF. Grayscale: #C4C4C4. Windows color (decimal): -2109376 or 4247775. OLE color: 4247775.
HSL color Cylindrical-coordinate representation of color #DFD040: hue angle of 54.34º 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 #DFD040 is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 208 | 64 | - |
| CMYK | 0 | 0.07 | 0.71 | 0.13 |
| HSL | 54.34º | 0.71% | 0.56% | - |
| HSV(B) | 54.34º | 0.71% | 0.87% | - |
| XYZ | 53.91 | 61.17 | 13.82 | - |
| YUV | 196.07 | 53.47 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 208 | 64 | 0 | 0.07 | 0.71 | 0.13 | 54.34 | 0.71 | 0.56 |
| Hex | DF | D0 | 40 | 0 | 7 | 47 | D | 36 | 47 | 38 |
| Octal | 337 | 320 | 100 | 0 | 7 | 107 | 15 | 66 | 107 | 70 |
| Binary | 11011111 | 11010000 | 1000000 | 0 | 111 | 1000111 | 1101 | 110110 | 1000111 | 111000 |
Color Harmonies of #DFD040
Complementary color
Monochromatic Colors of #DFD040
Black with #DFD040
Text Example
Text Example
White with #DFD040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD040; }
p { color: rgb(223,208,64); }
H1.HeaderClassName
{
color: #DFD040;
}
.AnyTagClassName
{
color: #DFD040;
}
</style>
background-color css
<style>
a { background-color: #DFD040; }
a { background-color: rgb(223,208,64); }
div.DivClassName
{
background-color: #DFD040;
}
.BgClassName
{
background-color: #DFD040;
}
</style>
border-color css
<style>
span { border-color: #DFD040; }
span { border-color: rgb(223,208,64); }
td.TdClassName
{
border-color: #DFD040;
}
.TagClassName
{
border-color: #DFD040;
}
</style>