Shades of Confetti #DFC04E
Tints of Confetti #DFC04E
RGB
CMYK
RGB Variations
Color information
#DFC04E (or 0xDFC04E) is known color: Confetti. HEX triplet: DF, C0 and 4E. RGB value is (223,192,78). Sum of RGB (Red+Green+Blue) = 223+192+78=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 192 (75.39% from 255 or 38.95% from 493); Blue value is 78 (30.86% from 255 or 15.82% from 493); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC04E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC04E is #203FB1. Grayscale: #BCBCBC. Windows color (decimal): -2113458 or 5161183. OLE color: 5161183.
HSL color Cylindrical-coordinate representation of color #DFC04E: hue angle of 47.17º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DFC04E is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 192 | 78 | - |
| CMYK | 0 | 0.14 | 0.65 | 0.13 |
| HSL | 47.17º | 0.69% | 0.59% | - |
| HSV(B) | 47.17º | 0.65% | 0.87% | - |
| XYZ | 50.66 | 53.94 | 14.95 | - |
| YUV | 188.27 | 65.77 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 78 | 0 | 0.14 | 0.65 | 0.13 | 47.17 | 0.69 | 0.59 |
| Hex | DF | C0 | 4E | 0 | E | 41 | D | 2F | 45 | 3B |
| Octal | 337 | 300 | 116 | 0 | 16 | 101 | 15 | 57 | 105 | 73 |
| Binary | 11011111 | 11000000 | 1001110 | 0 | 1110 | 1000001 | 1101 | 101111 | 1000101 | 111011 |
Color Harmonies of #DFC04E
Complementary color
Monochromatic Colors of #DFC04E
Black with #DFC04E
Text Example
Text Example
White with #DFC04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC04E; }
p { color: rgb(223,192,78); }
H1.HeaderClassName
{
color: #DFC04E;
}
.AnyTagClassName
{
color: #DFC04E;
}
</style>
background-color css
<style>
a { background-color: #DFC04E; }
a { background-color: rgb(223,192,78); }
div.DivClassName
{
background-color: #DFC04E;
}
.BgClassName
{
background-color: #DFC04E;
}
</style>
border-color css
<style>
span { border-color: #DFC04E; }
span { border-color: rgb(223,192,78); }
td.TdClassName
{
border-color: #DFC04E;
}
.TagClassName
{
border-color: #DFC04E;
}
</style>