Shades of Confetti #DFC54E
Tints of Confetti #DFC54E
RGB
CMYK
RGB Variations
Color information
#DFC54E (or 0xDFC54E) is known color: Confetti. HEX triplet: DF, C5 and 4E. RGB value is (223,197,78). Sum of RGB (Red+Green+Blue) = 223+197+78=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 197 (77.34% from 255 or 39.56% from 498); Blue value is 78 (30.86% from 255 or 15.66% from 498); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC54E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC54E is #203AB1. Grayscale: #BFBFBF. Windows color (decimal): -2112178 or 5162463. OLE color: 5162463.
HSL color Cylindrical-coordinate representation of color #DFC54E: hue angle of 49.24º 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 #DFC54E is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 197 | 78 | - |
| CMYK | 0 | 0.12 | 0.65 | 0.13 |
| HSL | 49.24º | 0.69% | 0.59% | - |
| HSV(B) | 49.24º | 0.65% | 0.87% | - |
| XYZ | 51.77 | 56.17 | 15.32 | - |
| YUV | 191.21 | 64.11 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 197 | 78 | 0 | 0.12 | 0.65 | 0.13 | 49.24 | 0.69 | 0.59 |
| Hex | DF | C5 | 4E | 0 | C | 41 | D | 31 | 45 | 3B |
| Octal | 337 | 305 | 116 | 0 | 14 | 101 | 15 | 61 | 105 | 73 |
| Binary | 11011111 | 11000101 | 1001110 | 0 | 1100 | 1000001 | 1101 | 110001 | 1000101 | 111011 |
Color Harmonies of #DFC54E
Complementary color
Monochromatic Colors of #DFC54E
Black with #DFC54E
Text Example
Text Example
White with #DFC54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC54E; }
p { color: rgb(223,197,78); }
H1.HeaderClassName
{
color: #DFC54E;
}
.AnyTagClassName
{
color: #DFC54E;
}
</style>
background-color css
<style>
a { background-color: #DFC54E; }
a { background-color: rgb(223,197,78); }
div.DivClassName
{
background-color: #DFC54E;
}
.BgClassName
{
background-color: #DFC54E;
}
</style>
border-color css
<style>
span { border-color: #DFC54E; }
span { border-color: rgb(223,197,78); }
td.TdClassName
{
border-color: #DFC54E;
}
.TagClassName
{
border-color: #DFC54E;
}
</style>