Shades of Confetti #DFC94E
Tints of Confetti #DFC94E
RGB
CMYK
RGB Variations
Color information
#DFC94E (or 0xDFC94E) is known color: Confetti. HEX triplet: DF, C9 and 4E. RGB value is (223,201,78). Sum of RGB (Red+Green+Blue) = 223+201+78=502 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.42% from 502); Green value is 201 (78.91% from 255 or 40.04% from 502); Blue value is 78 (30.86% from 255 or 15.54% from 502); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC94E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC94E is #2036B1. Grayscale: #C2C2C2. Windows color (decimal): -2111154 or 5163487. OLE color: 5163487.
HSL color Cylindrical-coordinate representation of color #DFC94E: hue angle of 50.9º 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 #DFC94E is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 201 | 78 | - |
| CMYK | 0 | 0.10 | 0.65 | 0.13 |
| HSL | 50.9º | 0.69% | 0.59% | - |
| HSV(B) | 50.9º | 0.65% | 0.87% | - |
| XYZ | 52.69 | 58.01 | 15.63 | - |
| YUV | 193.56 | 62.79 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 201 | 78 | 0 | 0.10 | 0.65 | 0.13 | 50.9 | 0.69 | 0.59 |
| Hex | DF | C9 | 4E | 0 | A | 41 | D | 33 | 45 | 3B |
| Octal | 337 | 311 | 116 | 0 | 12 | 101 | 15 | 63 | 105 | 73 |
| Binary | 11011111 | 11001001 | 1001110 | 0 | 1010 | 1000001 | 1101 | 110011 | 1000101 | 111011 |
Color Harmonies of #DFC94E
Complementary color
Monochromatic Colors of #DFC94E
Black with #DFC94E
Text Example
Text Example
White with #DFC94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC94E; }
p { color: rgb(223,201,78); }
H1.HeaderClassName
{
color: #DFC94E;
}
.AnyTagClassName
{
color: #DFC94E;
}
</style>
background-color css
<style>
a { background-color: #DFC94E; }
a { background-color: rgb(223,201,78); }
div.DivClassName
{
background-color: #DFC94E;
}
.BgClassName
{
background-color: #DFC94E;
}
</style>
border-color css
<style>
span { border-color: #DFC94E; }
span { border-color: rgb(223,201,78); }
td.TdClassName
{
border-color: #DFC94E;
}
.TagClassName
{
border-color: #DFC94E;
}
</style>