Shades of Confetti #DFD24A
Tints of Confetti #DFD24A
RGB
CMYK
RGB Variations
Color information
#DFD24A (or 0xDFD24A) is known color: Confetti. HEX triplet: DF, D2 and 4A. RGB value is (223,210,74). Sum of RGB (Red+Green+Blue) = 223+210+74=507 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.98% from 507); Green value is 210 (82.42% from 255 or 41.42% from 507); Blue value is 74 (29.30% from 255 or 14.60% from 507); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD24A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD24A is #202DB5. Grayscale: #C6C6C6. Windows color (decimal): -2108854 or 4903647. OLE color: 4903647.
HSL color Cylindrical-coordinate representation of color #DFD24A: hue angle of 54.77º 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 #DFD24A is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 210 | 74 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.13 |
| HSL | 54.77º | 0.7% | 0.58% | - |
| HSV(B) | 54.77º | 0.67% | 0.87% | - |
| XYZ | 54.71 | 62.28 | 15.62 | - |
| YUV | 198.38 | 57.81 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 210 | 74 | 0 | 0.06 | 0.67 | 0.13 | 54.77 | 0.7 | 0.58 |
| Hex | DF | D2 | 4A | 0 | 6 | 43 | D | 37 | 46 | 3A |
| Octal | 337 | 322 | 112 | 0 | 6 | 103 | 15 | 67 | 106 | 72 |
| Binary | 11011111 | 11010010 | 1001010 | 0 | 110 | 1000011 | 1101 | 110111 | 1000110 | 111010 |
Color Harmonies of #DFD24A
Complementary color
Monochromatic Colors of #DFD24A
Black with #DFD24A
Text Example
Text Example
White with #DFD24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD24A; }
p { color: rgb(223,210,74); }
H1.HeaderClassName
{
color: #DFD24A;
}
.AnyTagClassName
{
color: #DFD24A;
}
</style>
background-color css
<style>
a { background-color: #DFD24A; }
a { background-color: rgb(223,210,74); }
div.DivClassName
{
background-color: #DFD24A;
}
.BgClassName
{
background-color: #DFD24A;
}
</style>
border-color css
<style>
span { border-color: #DFD24A; }
span { border-color: rgb(223,210,74); }
td.TdClassName
{
border-color: #DFD24A;
}
.TagClassName
{
border-color: #DFD24A;
}
</style>