Shades of Confetti #DFD04C
Tints of Confetti #DFD04C
RGB
CMYK
RGB Variations
Color information
#DFD04C (or 0xDFD04C) is known color: Confetti. HEX triplet: DF, D0 and 4C. RGB value is (223,208,76). Sum of RGB (Red+Green+Blue) = 223+208+76=507 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.98% from 507); Green value is 208 (81.64% from 255 or 41.03% from 507); Blue value is 76 (30.08% from 255 or 14.99% from 507); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD04C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD04C is #202FB3. Grayscale: #C5C5C5. Windows color (decimal): -2109364 or 5034207. OLE color: 5034207.
HSL color Cylindrical-coordinate representation of color #DFD04C: hue angle of 53.88º 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 #DFD04C is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 208 | 76 | - |
| CMYK | 0 | 0.07 | 0.66 | 0.13 |
| HSL | 53.88º | 0.7% | 0.59% | - |
| HSV(B) | 53.88º | 0.66% | 0.87% | - |
| XYZ | 54.29 | 61.32 | 15.81 | - |
| YUV | 197.44 | 59.47 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 208 | 76 | 0 | 0.07 | 0.66 | 0.13 | 53.88 | 0.7 | 0.59 |
| Hex | DF | D0 | 4C | 0 | 7 | 42 | D | 36 | 46 | 3B |
| Octal | 337 | 320 | 114 | 0 | 7 | 102 | 15 | 66 | 106 | 73 |
| Binary | 11011111 | 11010000 | 1001100 | 0 | 111 | 1000010 | 1101 | 110110 | 1000110 | 111011 |
Color Harmonies of #DFD04C
Complementary color
Monochromatic Colors of #DFD04C
Black with #DFD04C
Text Example
Text Example
White with #DFD04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD04C; }
p { color: rgb(223,208,76); }
H1.HeaderClassName
{
color: #DFD04C;
}
.AnyTagClassName
{
color: #DFD04C;
}
</style>
background-color css
<style>
a { background-color: #DFD04C; }
a { background-color: rgb(223,208,76); }
div.DivClassName
{
background-color: #DFD04C;
}
.BgClassName
{
background-color: #DFD04C;
}
</style>
border-color css
<style>
span { border-color: #DFD04C; }
span { border-color: rgb(223,208,76); }
td.TdClassName
{
border-color: #DFD04C;
}
.TagClassName
{
border-color: #DFD04C;
}
</style>