Shades of Confetti #DFC53C
Tints of Confetti #DFC53C
RGB
CMYK
RGB Variations
Color information
#DFC53C (or 0xDFC53C) is known color: Confetti. HEX triplet: DF, C5 and 3C. RGB value is (223,197,60). Sum of RGB (Red+Green+Blue) = 223+197+60=480 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.46% from 480); Green value is 197 (77.34% from 255 or 41.04% from 480); Blue value is 60 (23.83% from 255 or 12.5% from 480); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC53C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC53C is #203AC3. Grayscale: #BDBDBD. Windows color (decimal): -2112196 or 3982815. OLE color: 3982815.
HSL color Cylindrical-coordinate representation of color #DFC53C: hue angle of 50.43º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DFC53C is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 197 | 60 | - |
| CMYK | 0 | 0.12 | 0.73 | 0.13 |
| HSL | 50.43º | 0.72% | 0.55% | - |
| HSV(B) | 50.43º | 0.73% | 0.87% | - |
| XYZ | 51.21 | 55.95 | 12.37 | - |
| YUV | 189.16 | 55.11 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 197 | 60 | 0 | 0.12 | 0.73 | 0.13 | 50.43 | 0.72 | 0.55 |
| Hex | DF | C5 | 3C | 0 | C | 49 | D | 32 | 48 | 37 |
| Octal | 337 | 305 | 74 | 0 | 14 | 111 | 15 | 62 | 110 | 67 |
| Binary | 11011111 | 11000101 | 111100 | 0 | 1100 | 1001001 | 1101 | 110010 | 1001000 | 110111 |
Color Harmonies of #DFC53C
Complementary color
Monochromatic Colors of #DFC53C
Black with #DFC53C
Text Example
Text Example
White with #DFC53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC53C; }
p { color: rgb(223,197,60); }
H1.HeaderClassName
{
color: #DFC53C;
}
.AnyTagClassName
{
color: #DFC53C;
}
</style>
background-color css
<style>
a { background-color: #DFC53C; }
a { background-color: rgb(223,197,60); }
div.DivClassName
{
background-color: #DFC53C;
}
.BgClassName
{
background-color: #DFC53C;
}
</style>
border-color css
<style>
span { border-color: #DFC53C; }
span { border-color: rgb(223,197,60); }
td.TdClassName
{
border-color: #DFC53C;
}
.TagClassName
{
border-color: #DFC53C;
}
</style>