Shades of Confetti #DFC845
Tints of Confetti #DFC845
RGB
CMYK
RGB Variations
Color information
#DFC845 (or 0xDFC845) is known color: Confetti. HEX triplet: DF, C8 and 45. RGB value is (223,200,69). Sum of RGB (Red+Green+Blue) = 223+200+69=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 200 (78.52% from 255 or 40.65% from 492); Blue value is 69 (27.34% from 255 or 14.02% from 492); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC845 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC845 is #2037BA. Grayscale: #C0C0C0. Windows color (decimal): -2111419 or 4573407. OLE color: 4573407.
HSL color Cylindrical-coordinate representation of color #DFC845: hue angle of 51.04º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DFC845 is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 200 | 69 | - |
| CMYK | 0 | 0.10 | 0.69 | 0.13 |
| HSL | 51.04º | 0.71% | 0.57% | - |
| HSV(B) | 51.04º | 0.69% | 0.87% | - |
| XYZ | 52.16 | 57.43 | 13.97 | - |
| YUV | 191.94 | 58.62 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 200 | 69 | 0 | 0.10 | 0.69 | 0.13 | 51.04 | 0.71 | 0.57 |
| Hex | DF | C8 | 45 | 0 | A | 45 | D | 33 | 47 | 39 |
| Octal | 337 | 310 | 105 | 0 | 12 | 105 | 15 | 63 | 107 | 71 |
| Binary | 11011111 | 11001000 | 1000101 | 0 | 1010 | 1000101 | 1101 | 110011 | 1000111 | 111001 |
Color Harmonies of #DFC845
Complementary color
Monochromatic Colors of #DFC845
Black with #DFC845
Text Example
Text Example
White with #DFC845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC845; }
p { color: rgb(223,200,69); }
H1.HeaderClassName
{
color: #DFC845;
}
.AnyTagClassName
{
color: #DFC845;
}
</style>
background-color css
<style>
a { background-color: #DFC845; }
a { background-color: rgb(223,200,69); }
div.DivClassName
{
background-color: #DFC845;
}
.BgClassName
{
background-color: #DFC845;
}
</style>
border-color css
<style>
span { border-color: #DFC845; }
span { border-color: rgb(223,200,69); }
td.TdClassName
{
border-color: #DFC845;
}
.TagClassName
{
border-color: #DFC845;
}
</style>