Shades of Confetti #DFD34A
Tints of Confetti #DFD34A
RGB
CMYK
RGB Variations
Color information
#DFD34A (or 0xDFD34A) is known color: Confetti. HEX triplet: DF, D3 and 4A. RGB value is (223,211,74). Sum of RGB (Red+Green+Blue) = 223+211+74=508 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.90% from 508); Green value is 211 (82.81% from 255 or 41.54% from 508); Blue value is 74 (29.30% from 255 or 14.57% from 508); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD34A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD34A is #202CB5. Grayscale: #C7C7C7. Windows color (decimal): -2108598 or 4903903. OLE color: 4903903.
HSL color Cylindrical-coordinate representation of color #DFD34A: hue angle of 55.17º 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 #DFD34A is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 211 | 74 | - |
| CMYK | 0 | 0.05 | 0.67 | 0.13 |
| HSL | 55.17º | 0.7% | 0.58% | - |
| HSV(B) | 55.17º | 0.67% | 0.87% | - |
| XYZ | 54.96 | 62.77 | 15.7 | - |
| YUV | 198.97 | 57.48 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 211 | 74 | 0 | 0.05 | 0.67 | 0.13 | 55.17 | 0.7 | 0.58 |
| Hex | DF | D3 | 4A | 0 | 5 | 43 | D | 37 | 46 | 3A |
| Octal | 337 | 323 | 112 | 0 | 5 | 103 | 15 | 67 | 106 | 72 |
| Binary | 11011111 | 11010011 | 1001010 | 0 | 101 | 1000011 | 1101 | 110111 | 1000110 | 111010 |
Color Harmonies of #DFD34A
Complementary color
Monochromatic Colors of #DFD34A
Black with #DFD34A
Text Example
Text Example
White with #DFD34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD34A; }
p { color: rgb(223,211,74); }
H1.HeaderClassName
{
color: #DFD34A;
}
.AnyTagClassName
{
color: #DFD34A;
}
</style>
background-color css
<style>
a { background-color: #DFD34A; }
a { background-color: rgb(223,211,74); }
div.DivClassName
{
background-color: #DFD34A;
}
.BgClassName
{
background-color: #DFD34A;
}
</style>
border-color css
<style>
span { border-color: #DFD34A; }
span { border-color: rgb(223,211,74); }
td.TdClassName
{
border-color: #DFD34A;
}
.TagClassName
{
border-color: #DFD34A;
}
</style>