Shades of Confetti #DFC24D
Tints of Confetti #DFC24D
RGB
CMYK
RGB Variations
Color information
#DFC24D (or 0xDFC24D) is known color: Confetti. HEX triplet: DF, C2 and 4D. RGB value is (223,194,77). Sum of RGB (Red+Green+Blue) = 223+194+77=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 194 (76.17% from 255 or 39.27% from 494); Blue value is 77 (30.47% from 255 or 15.59% from 494); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC24D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC24D is #203DB2. Grayscale: #BDBDBD. Windows color (decimal): -2112947 or 5096159. OLE color: 5096159.
HSL color Cylindrical-coordinate representation of color #DFC24D: hue angle of 48.08º degrees, saturation: 0.7, 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 #DFC24D is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 194 | 77 | - |
| CMYK | 0 | 0.13 | 0.65 | 0.13 |
| HSL | 48.08º | 0.7% | 0.59% | - |
| HSV(B) | 48.08º | 0.65% | 0.87% | - |
| XYZ | 51.06 | 54.81 | 14.91 | - |
| YUV | 189.33 | 64.61 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 194 | 77 | 0 | 0.13 | 0.65 | 0.13 | 48.08 | 0.7 | 0.59 |
| Hex | DF | C2 | 4D | 0 | D | 41 | D | 30 | 46 | 3B |
| Octal | 337 | 302 | 115 | 0 | 15 | 101 | 15 | 60 | 106 | 73 |
| Binary | 11011111 | 11000010 | 1001101 | 0 | 1101 | 1000001 | 1101 | 110000 | 1000110 | 111011 |
Color Harmonies of #DFC24D
Complementary color
Monochromatic Colors of #DFC24D
Black with #DFC24D
Text Example
Text Example
White with #DFC24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC24D; }
p { color: rgb(223,194,77); }
H1.HeaderClassName
{
color: #DFC24D;
}
.AnyTagClassName
{
color: #DFC24D;
}
</style>
background-color css
<style>
a { background-color: #DFC24D; }
a { background-color: rgb(223,194,77); }
div.DivClassName
{
background-color: #DFC24D;
}
.BgClassName
{
background-color: #DFC24D;
}
</style>
border-color css
<style>
span { border-color: #DFC24D; }
span { border-color: rgb(223,194,77); }
td.TdClassName
{
border-color: #DFC24D;
}
.TagClassName
{
border-color: #DFC24D;
}
</style>