Shades of Confetti #DFC044
Tints of Confetti #DFC044
RGB
CMYK
RGB Variations
Color information
#DFC044 (or 0xDFC044) is known color: Confetti. HEX triplet: DF, C0 and 44. RGB value is (223,192,68). Sum of RGB (Red+Green+Blue) = 223+192+68=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 192 (75.39% from 255 or 39.75% from 483); Blue value is 68 (26.95% from 255 or 14.08% from 483); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC044 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC044 is #203FBB. Grayscale: #BBBBBB. Windows color (decimal): -2113468 or 4505823. OLE color: 4505823.
HSL color Cylindrical-coordinate representation of color #DFC044: hue angle of 48º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DFC044 is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 192 | 68 | - |
| CMYK | 0 | 0.14 | 0.70 | 0.13 |
| HSL | 48º | 0.71% | 0.57% | - |
| HSV(B) | 48º | 0.7% | 0.87% | - |
| XYZ | 50.32 | 53.8 | 13.2 | - |
| YUV | 187.13 | 60.77 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 68 | 0 | 0.14 | 0.70 | 0.13 | 48 | 0.71 | 0.57 |
| Hex | DF | C0 | 44 | 0 | E | 46 | D | 30 | 47 | 39 |
| Octal | 337 | 300 | 104 | 0 | 16 | 106 | 15 | 60 | 107 | 71 |
| Binary | 11011111 | 11000000 | 1000100 | 0 | 1110 | 1000110 | 1101 | 110000 | 1000111 | 111001 |
Color Harmonies of #DFC044
Complementary color
Monochromatic Colors of #DFC044
Black with #DFC044
Text Example
Text Example
White with #DFC044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC044; }
p { color: rgb(223,192,68); }
H1.HeaderClassName
{
color: #DFC044;
}
.AnyTagClassName
{
color: #DFC044;
}
</style>
background-color css
<style>
a { background-color: #DFC044; }
a { background-color: rgb(223,192,68); }
div.DivClassName
{
background-color: #DFC044;
}
.BgClassName
{
background-color: #DFC044;
}
</style>
border-color css
<style>
span { border-color: #DFC044; }
span { border-color: rgb(223,192,68); }
td.TdClassName
{
border-color: #DFC044;
}
.TagClassName
{
border-color: #DFC044;
}
</style>