Shades of Confetti #DFC546
Tints of Confetti #DFC546
RGB
CMYK
RGB Variations
Color information
#DFC546 (or 0xDFC546) is known color: Confetti. HEX triplet: DF, C5 and 46. RGB value is (223,197,70). Sum of RGB (Red+Green+Blue) = 223+197+70=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 197 (77.34% from 255 or 40.20% from 490); Blue value is 70 (27.73% from 255 or 14.29% from 490); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC546 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC546 is #203AB9. Grayscale: #BEBEBE. Windows color (decimal): -2112186 or 4638175. OLE color: 4638175.
HSL color Cylindrical-coordinate representation of color #DFC546: hue angle of 49.8º 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 #DFC546 is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 197 | 70 | - |
| CMYK | 0 | 0.12 | 0.69 | 0.13 |
| HSL | 49.8º | 0.71% | 0.57% | - |
| HSV(B) | 49.8º | 0.69% | 0.87% | - |
| XYZ | 51.5 | 56.06 | 13.9 | - |
| YUV | 190.3 | 60.11 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 197 | 70 | 0 | 0.12 | 0.69 | 0.13 | 49.8 | 0.71 | 0.57 |
| Hex | DF | C5 | 46 | 0 | C | 45 | D | 32 | 47 | 39 |
| Octal | 337 | 305 | 106 | 0 | 14 | 105 | 15 | 62 | 107 | 71 |
| Binary | 11011111 | 11000101 | 1000110 | 0 | 1100 | 1000101 | 1101 | 110010 | 1000111 | 111001 |
Color Harmonies of #DFC546
Complementary color
Monochromatic Colors of #DFC546
Black with #DFC546
Text Example
Text Example
White with #DFC546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC546; }
p { color: rgb(223,197,70); }
H1.HeaderClassName
{
color: #DFC546;
}
.AnyTagClassName
{
color: #DFC546;
}
</style>
background-color css
<style>
a { background-color: #DFC546; }
a { background-color: rgb(223,197,70); }
div.DivClassName
{
background-color: #DFC546;
}
.BgClassName
{
background-color: #DFC546;
}
</style>
border-color css
<style>
span { border-color: #DFC546; }
span { border-color: rgb(223,197,70); }
td.TdClassName
{
border-color: #DFC546;
}
.TagClassName
{
border-color: #DFC546;
}
</style>