Shades of Confetti #DFC045
Tints of Confetti #DFC045
RGB
CMYK
RGB Variations
Color information
#DFC045 (or 0xDFC045) is known color: Confetti. HEX triplet: DF, C0 and 45. RGB value is (223,192,69). Sum of RGB (Red+Green+Blue) = 223+192+69=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 192 (75.39% from 255 or 39.67% from 484); Blue value is 69 (27.34% from 255 or 14.26% from 484); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC045 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC045 is #203FBA. Grayscale: #BBBBBB. Windows color (decimal): -2113467 or 4571359. OLE color: 4571359.
HSL color Cylindrical-coordinate representation of color #DFC045: hue angle of 47.92º 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 #DFC045 is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 192 | 69 | - |
| CMYK | 0 | 0.14 | 0.69 | 0.13 |
| HSL | 47.92º | 0.71% | 0.57% | - |
| HSV(B) | 47.92º | 0.69% | 0.87% | - |
| XYZ | 50.36 | 53.82 | 13.36 | - |
| YUV | 187.25 | 61.27 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 69 | 0 | 0.14 | 0.69 | 0.13 | 47.92 | 0.71 | 0.57 |
| Hex | DF | C0 | 45 | 0 | E | 45 | D | 30 | 47 | 39 |
| Octal | 337 | 300 | 105 | 0 | 16 | 105 | 15 | 60 | 107 | 71 |
| Binary | 11011111 | 11000000 | 1000101 | 0 | 1110 | 1000101 | 1101 | 110000 | 1000111 | 111001 |
Color Harmonies of #DFC045
Complementary color
Monochromatic Colors of #DFC045
Black with #DFC045
Text Example
Text Example
White with #DFC045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC045; }
p { color: rgb(223,192,69); }
H1.HeaderClassName
{
color: #DFC045;
}
.AnyTagClassName
{
color: #DFC045;
}
</style>
background-color css
<style>
a { background-color: #DFC045; }
a { background-color: rgb(223,192,69); }
div.DivClassName
{
background-color: #DFC045;
}
.BgClassName
{
background-color: #DFC045;
}
</style>
border-color css
<style>
span { border-color: #DFC045; }
span { border-color: rgb(223,192,69); }
td.TdClassName
{
border-color: #DFC045;
}
.TagClassName
{
border-color: #DFC045;
}
</style>