Shades of Confetti #DFD14D
Tints of Confetti #DFD14D
RGB
CMYK
RGB Variations
Color information
#DFD14D (or 0xDFD14D) is known color: Confetti. HEX triplet: DF, D1 and 4D. RGB value is (223,209,77). Sum of RGB (Red+Green+Blue) = 223+209+77=509 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.81% from 509); Green value is 209 (82.03% from 255 or 41.06% from 509); Blue value is 77 (30.47% from 255 or 15.13% from 509); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD14D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD14D is #202EB2. Grayscale: #C6C6C6. Windows color (decimal): -2109107 or 5099999. OLE color: 5099999.
HSL color Cylindrical-coordinate representation of color #DFD14D: hue angle of 54.25º degrees, saturation: 0.7, 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 #DFD14D is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 209 | 77 | - |
| CMYK | 0 | 0.06 | 0.65 | 0.13 |
| HSL | 54.25º | 0.7% | 0.59% | - |
| HSV(B) | 54.25º | 0.65% | 0.87% | - |
| XYZ | 54.57 | 61.82 | 16.08 | - |
| YUV | 198.14 | 59.64 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 209 | 77 | 0 | 0.06 | 0.65 | 0.13 | 54.25 | 0.7 | 0.59 |
| Hex | DF | D1 | 4D | 0 | 6 | 41 | D | 36 | 46 | 3B |
| Octal | 337 | 321 | 115 | 0 | 6 | 101 | 15 | 66 | 106 | 73 |
| Binary | 11011111 | 11010001 | 1001101 | 0 | 110 | 1000001 | 1101 | 110110 | 1000110 | 111011 |
Color Harmonies of #DFD14D
Complementary color
Monochromatic Colors of #DFD14D
Black with #DFD14D
Text Example
Text Example
White with #DFD14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD14D; }
p { color: rgb(223,209,77); }
H1.HeaderClassName
{
color: #DFD14D;
}
.AnyTagClassName
{
color: #DFD14D;
}
</style>
background-color css
<style>
a { background-color: #DFD14D; }
a { background-color: rgb(223,209,77); }
div.DivClassName
{
background-color: #DFD14D;
}
.BgClassName
{
background-color: #DFD14D;
}
</style>
border-color css
<style>
span { border-color: #DFD14D; }
span { border-color: rgb(223,209,77); }
td.TdClassName
{
border-color: #DFD14D;
}
.TagClassName
{
border-color: #DFD14D;
}
</style>