Shades of Confetti #DFC13C
Tints of Confetti #DFC13C
RGB
CMYK
RGB Variations
Color information
#DFC13C (or 0xDFC13C) is known color: Confetti. HEX triplet: DF, C1 and 3C. RGB value is (223,193,60). Sum of RGB (Red+Green+Blue) = 223+193+60=476 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.85% from 476); Green value is 193 (75.78% from 255 or 40.55% from 476); Blue value is 60 (23.83% from 255 or 12.61% from 476); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC13C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC13C is #203EC3. Grayscale: #BBBBBB. Windows color (decimal): -2113220 or 3981791. OLE color: 3981791.
HSL color Cylindrical-coordinate representation of color #DFC13C: hue angle of 48.96º 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 #DFC13C is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 193 | 60 | - |
| CMYK | 0 | 0.13 | 0.73 | 0.13 |
| HSL | 48.96º | 0.72% | 0.55% | - |
| HSV(B) | 48.96º | 0.73% | 0.87% | - |
| XYZ | 50.32 | 54.15 | 12.08 | - |
| YUV | 186.81 | 56.44 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 193 | 60 | 0 | 0.13 | 0.73 | 0.13 | 48.96 | 0.72 | 0.55 |
| Hex | DF | C1 | 3C | 0 | D | 49 | D | 31 | 48 | 37 |
| Octal | 337 | 301 | 74 | 0 | 15 | 111 | 15 | 61 | 110 | 67 |
| Binary | 11011111 | 11000001 | 111100 | 0 | 1101 | 1001001 | 1101 | 110001 | 1001000 | 110111 |
Color Harmonies of #DFC13C
Complementary color
Monochromatic Colors of #DFC13C
Black with #DFC13C
Text Example
Text Example
White with #DFC13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC13C; }
p { color: rgb(223,193,60); }
H1.HeaderClassName
{
color: #DFC13C;
}
.AnyTagClassName
{
color: #DFC13C;
}
</style>
background-color css
<style>
a { background-color: #DFC13C; }
a { background-color: rgb(223,193,60); }
div.DivClassName
{
background-color: #DFC13C;
}
.BgClassName
{
background-color: #DFC13C;
}
</style>
border-color css
<style>
span { border-color: #DFC13C; }
span { border-color: rgb(223,193,60); }
td.TdClassName
{
border-color: #DFC13C;
}
.TagClassName
{
border-color: #DFC13C;
}
</style>