Shades of Confetti #DFC848
Tints of Confetti #DFC848
RGB
CMYK
RGB Variations
Color information
#DFC848 (or 0xDFC848) is known color: Confetti. HEX triplet: DF, C8 and 48. RGB value is (223,200,72). Sum of RGB (Red+Green+Blue) = 223+200+72=495 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.05% from 495); Green value is 200 (78.52% from 255 or 40.40% from 495); Blue value is 72 (28.52% from 255 or 14.55% from 495); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC848 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC848 is #2037B7. Grayscale: #C0C0C0. Windows color (decimal): -2111416 or 4770015. OLE color: 4770015.
HSL color Cylindrical-coordinate representation of color #DFC848: hue angle of 50.86º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DFC848 is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 200 | 72 | - |
| CMYK | 0 | 0.10 | 0.68 | 0.13 |
| HSL | 50.86º | 0.7% | 0.58% | - |
| HSV(B) | 50.86º | 0.68% | 0.87% | - |
| XYZ | 52.26 | 57.46 | 14.47 | - |
| YUV | 192.29 | 60.12 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 200 | 72 | 0 | 0.10 | 0.68 | 0.13 | 50.86 | 0.7 | 0.58 |
| Hex | DF | C8 | 48 | 0 | A | 44 | D | 33 | 46 | 3A |
| Octal | 337 | 310 | 110 | 0 | 12 | 104 | 15 | 63 | 106 | 72 |
| Binary | 11011111 | 11001000 | 1001000 | 0 | 1010 | 1000100 | 1101 | 110011 | 1000110 | 111010 |
Color Harmonies of #DFC848
Complementary color
Monochromatic Colors of #DFC848
Black with #DFC848
Text Example
Text Example
White with #DFC848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC848; }
p { color: rgb(223,200,72); }
H1.HeaderClassName
{
color: #DFC848;
}
.AnyTagClassName
{
color: #DFC848;
}
</style>
background-color css
<style>
a { background-color: #DFC848; }
a { background-color: rgb(223,200,72); }
div.DivClassName
{
background-color: #DFC848;
}
.BgClassName
{
background-color: #DFC848;
}
</style>
border-color css
<style>
span { border-color: #DFC848; }
span { border-color: rgb(223,200,72); }
td.TdClassName
{
border-color: #DFC848;
}
.TagClassName
{
border-color: #DFC848;
}
</style>