Shades of Confetti #DFD14F
Tints of Confetti #DFD14F
RGB
CMYK
RGB Variations
Color information
#DFD14F (or 0xDFD14F) is known color: Confetti. HEX triplet: DF, D1 and 4F. RGB value is (223,209,79). Sum of RGB (Red+Green+Blue) = 223+209+79=511 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.64% from 511); Green value is 209 (82.03% from 255 or 40.90% from 511); Blue value is 79 (31.25% from 255 or 15.46% from 511); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD14F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD14F is #202EB0. Grayscale: #C6C6C6. Windows color (decimal): -2109105 or 5231071. OLE color: 5231071.
HSL color Cylindrical-coordinate representation of color #DFD14F: hue angle of 54.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 #DFD14F is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 209 | 79 | - |
| CMYK | 0 | 0.06 | 0.65 | 0.13 |
| HSL | 54.17º | 0.69% | 0.59% | - |
| HSV(B) | 54.17º | 0.65% | 0.87% | - |
| XYZ | 54.64 | 61.85 | 16.46 | - |
| YUV | 198.37 | 60.64 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 209 | 79 | 0 | 0.06 | 0.65 | 0.13 | 54.17 | 0.69 | 0.59 |
| Hex | DF | D1 | 4F | 0 | 6 | 41 | D | 36 | 45 | 3B |
| Octal | 337 | 321 | 117 | 0 | 6 | 101 | 15 | 66 | 105 | 73 |
| Binary | 11011111 | 11010001 | 1001111 | 0 | 110 | 1000001 | 1101 | 110110 | 1000101 | 111011 |
Color Harmonies of #DFD14F
Complementary color
Monochromatic Colors of #DFD14F
Black with #DFD14F
Text Example
Text Example
White with #DFD14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD14F; }
p { color: rgb(223,209,79); }
H1.HeaderClassName
{
color: #DFD14F;
}
.AnyTagClassName
{
color: #DFD14F;
}
</style>
background-color css
<style>
a { background-color: #DFD14F; }
a { background-color: rgb(223,209,79); }
div.DivClassName
{
background-color: #DFD14F;
}
.BgClassName
{
background-color: #DFD14F;
}
</style>
border-color css
<style>
span { border-color: #DFD14F; }
span { border-color: rgb(223,209,79); }
td.TdClassName
{
border-color: #DFD14F;
}
.TagClassName
{
border-color: #DFD14F;
}
</style>