Shades of Confetti #DFD050
Tints of Confetti #DFD050
RGB
CMYK
RGB Variations
Color information
#DFD050 (or 0xDFD050) is known color: Confetti. HEX triplet: DF, D0 and 50. RGB value is (223,208,80). Sum of RGB (Red+Green+Blue) = 223+208+80=511 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.64% from 511); Green value is 208 (81.64% from 255 or 40.70% from 511); Blue value is 80 (31.64% from 255 or 15.66% from 511); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD050 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD050 is #202FAF. Grayscale: #C6C6C6. Windows color (decimal): -2109360 or 5296351. OLE color: 5296351.
HSL color Cylindrical-coordinate representation of color #DFD050: hue angle of 53.71º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DFD050 is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 208 | 80 | - |
| CMYK | 0 | 0.07 | 0.64 | 0.13 |
| HSL | 53.71º | 0.69% | 0.59% | - |
| HSV(B) | 53.71º | 0.64% | 0.87% | - |
| XYZ | 54.44 | 61.38 | 16.57 | - |
| YUV | 197.89 | 61.47 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 208 | 80 | 0 | 0.07 | 0.64 | 0.13 | 53.71 | 0.69 | 0.59 |
| Hex | DF | D0 | 50 | 0 | 7 | 40 | D | 36 | 45 | 3B |
| Octal | 337 | 320 | 120 | 0 | 7 | 100 | 15 | 66 | 105 | 73 |
| Binary | 11011111 | 11010000 | 1010000 | 0 | 111 | 1000000 | 1101 | 110110 | 1000101 | 111011 |
Color Harmonies of #DFD050
Complementary color
Monochromatic Colors of #DFD050
Black with #DFD050
Text Example
Text Example
White with #DFD050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD050; }
p { color: rgb(223,208,80); }
H1.HeaderClassName
{
color: #DFD050;
}
.AnyTagClassName
{
color: #DFD050;
}
</style>
background-color css
<style>
a { background-color: #DFD050; }
a { background-color: rgb(223,208,80); }
div.DivClassName
{
background-color: #DFD050;
}
.BgClassName
{
background-color: #DFD050;
}
</style>
border-color css
<style>
span { border-color: #DFD050; }
span { border-color: rgb(223,208,80); }
td.TdClassName
{
border-color: #DFD050;
}
.TagClassName
{
border-color: #DFD050;
}
</style>