Shades of Confetti #DFD34C
Tints of Confetti #DFD34C
RGB
CMYK
RGB Variations
Color information
#DFD34C (or 0xDFD34C) is known color: Confetti. HEX triplet: DF, D3 and 4C. RGB value is (223,211,76). Sum of RGB (Red+Green+Blue) = 223+211+76=510 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.73% from 510); Green value is 211 (82.81% from 255 or 41.37% from 510); Blue value is 76 (30.08% from 255 or 14.90% from 510); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD34C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD34C is #202CB3. Grayscale: #C7C7C7. Windows color (decimal): -2108596 or 5034975. OLE color: 5034975.
HSL color Cylindrical-coordinate representation of color #DFD34C: hue angle of 55.1º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DFD34C is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 211 | 76 | - |
| CMYK | 0 | 0.05 | 0.66 | 0.13 |
| HSL | 55.1º | 0.7% | 0.59% | - |
| HSV(B) | 55.1º | 0.66% | 0.87% | - |
| XYZ | 55.03 | 62.8 | 16.06 | - |
| YUV | 199.2 | 58.48 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 211 | 76 | 0 | 0.05 | 0.66 | 0.13 | 55.1 | 0.7 | 0.59 |
| Hex | DF | D3 | 4C | 0 | 5 | 42 | D | 37 | 46 | 3B |
| Octal | 337 | 323 | 114 | 0 | 5 | 102 | 15 | 67 | 106 | 73 |
| Binary | 11011111 | 11010011 | 1001100 | 0 | 101 | 1000010 | 1101 | 110111 | 1000110 | 111011 |
Color Harmonies of #DFD34C
Complementary color
Monochromatic Colors of #DFD34C
Black with #DFD34C
Text Example
Text Example
White with #DFD34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD34C; }
p { color: rgb(223,211,76); }
H1.HeaderClassName
{
color: #DFD34C;
}
.AnyTagClassName
{
color: #DFD34C;
}
</style>
background-color css
<style>
a { background-color: #DFD34C; }
a { background-color: rgb(223,211,76); }
div.DivClassName
{
background-color: #DFD34C;
}
.BgClassName
{
background-color: #DFD34C;
}
</style>
border-color css
<style>
span { border-color: #DFD34C; }
span { border-color: rgb(223,211,76); }
td.TdClassName
{
border-color: #DFD34C;
}
.TagClassName
{
border-color: #DFD34C;
}
</style>