Shades of Confetti #DFD14A
Tints of Confetti #DFD14A
RGB
CMYK
RGB Variations
Color information
#DFD14A (or 0xDFD14A) is known color: Confetti. HEX triplet: DF, D1 and 4A. RGB value is (223,209,74). Sum of RGB (Red+Green+Blue) = 223+209+74=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 209 (82.03% from 255 or 41.30% from 506); Blue value is 74 (29.30% from 255 or 14.62% from 506); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD14A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD14A is #202EB5. Grayscale: #C6C6C6. Windows color (decimal): -2109110 or 4903391. OLE color: 4903391.
HSL color Cylindrical-coordinate representation of color #DFD14A: hue angle of 54.36º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DFD14A is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 209 | 74 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.13 |
| HSL | 54.36º | 0.7% | 0.58% | - |
| HSV(B) | 54.36º | 0.67% | 0.87% | - |
| XYZ | 54.47 | 61.78 | 15.53 | - |
| YUV | 197.8 | 58.14 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 209 | 74 | 0 | 0.06 | 0.67 | 0.13 | 54.36 | 0.7 | 0.58 |
| Hex | DF | D1 | 4A | 0 | 6 | 43 | D | 36 | 46 | 3A |
| Octal | 337 | 321 | 112 | 0 | 6 | 103 | 15 | 66 | 106 | 72 |
| Binary | 11011111 | 11010001 | 1001010 | 0 | 110 | 1000011 | 1101 | 110110 | 1000110 | 111010 |
Color Harmonies of #DFD14A
Complementary color
Monochromatic Colors of #DFD14A
Black with #DFD14A
Text Example
Text Example
White with #DFD14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD14A; }
p { color: rgb(223,209,74); }
H1.HeaderClassName
{
color: #DFD14A;
}
.AnyTagClassName
{
color: #DFD14A;
}
</style>
background-color css
<style>
a { background-color: #DFD14A; }
a { background-color: rgb(223,209,74); }
div.DivClassName
{
background-color: #DFD14A;
}
.BgClassName
{
background-color: #DFD14A;
}
</style>
border-color css
<style>
span { border-color: #DFD14A; }
span { border-color: rgb(223,209,74); }
td.TdClassName
{
border-color: #DFD14A;
}
.TagClassName
{
border-color: #DFD14A;
}
</style>