Shades of Confetti #DFC650
Tints of Confetti #DFC650
RGB
CMYK
RGB Variations
Color information
#DFC650 (or 0xDFC650) is known color: Confetti. HEX triplet: DF, C6 and 50. RGB value is (223,198,80). Sum of RGB (Red+Green+Blue) = 223+198+80=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 198 (77.73% from 255 or 39.52% from 501); Blue value is 80 (31.64% from 255 or 15.97% from 501); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC650 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC650 is #2039AF. Grayscale: #C0C0C0. Windows color (decimal): -2111920 or 5293791. OLE color: 5293791.
HSL color Cylindrical-coordinate representation of color #DFC650: hue angle of 49.51º 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 #DFC650 is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 198 | 80 | - |
| CMYK | 0 | 0.11 | 0.64 | 0.13 |
| HSL | 49.51º | 0.69% | 0.59% | - |
| HSV(B) | 49.51º | 0.64% | 0.87% | - |
| XYZ | 52.07 | 56.66 | 15.78 | - |
| YUV | 192.02 | 64.78 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 198 | 80 | 0 | 0.11 | 0.64 | 0.13 | 49.51 | 0.69 | 0.59 |
| Hex | DF | C6 | 50 | 0 | B | 40 | D | 32 | 45 | 3B |
| Octal | 337 | 306 | 120 | 0 | 13 | 100 | 15 | 62 | 105 | 73 |
| Binary | 11011111 | 11000110 | 1010000 | 0 | 1011 | 1000000 | 1101 | 110010 | 1000101 | 111011 |
Color Harmonies of #DFC650
Complementary color
Monochromatic Colors of #DFC650
Black with #DFC650
Text Example
Text Example
White with #DFC650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC650; }
p { color: rgb(223,198,80); }
H1.HeaderClassName
{
color: #DFC650;
}
.AnyTagClassName
{
color: #DFC650;
}
</style>
background-color css
<style>
a { background-color: #DFC650; }
a { background-color: rgb(223,198,80); }
div.DivClassName
{
background-color: #DFC650;
}
.BgClassName
{
background-color: #DFC650;
}
</style>
border-color css
<style>
span { border-color: #DFC650; }
span { border-color: rgb(223,198,80); }
td.TdClassName
{
border-color: #DFC650;
}
.TagClassName
{
border-color: #DFC650;
}
</style>