Shades of Confetti #DFD349
Tints of Confetti #DFD349
RGB
CMYK
RGB Variations
Color information
#DFD349 (or 0xDFD349) is known color: Confetti. HEX triplet: DF, D3 and 49. RGB value is (223,211,73). Sum of RGB (Red+Green+Blue) = 223+211+73=507 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.98% from 507); Green value is 211 (82.81% from 255 or 41.62% from 507); Blue value is 73 (28.91% from 255 or 14.40% from 507); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD349 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD349 is #202CB6. Grayscale: #C7C7C7. Windows color (decimal): -2108599 or 4838367. OLE color: 4838367.
HSL color Cylindrical-coordinate representation of color #DFD349: hue angle of 55.2º 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 #DFD349 is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 211 | 73 | - |
| CMYK | 0 | 0.05 | 0.67 | 0.13 |
| HSL | 55.2º | 0.7% | 0.58% | - |
| HSV(B) | 55.2º | 0.67% | 0.87% | - |
| XYZ | 54.93 | 62.76 | 15.52 | - |
| YUV | 198.86 | 56.98 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 211 | 73 | 0 | 0.05 | 0.67 | 0.13 | 55.2 | 0.7 | 0.58 |
| Hex | DF | D3 | 49 | 0 | 5 | 43 | D | 37 | 46 | 3A |
| Octal | 337 | 323 | 111 | 0 | 5 | 103 | 15 | 67 | 106 | 72 |
| Binary | 11011111 | 11010011 | 1001001 | 0 | 101 | 1000011 | 1101 | 110111 | 1000110 | 111010 |
Color Harmonies of #DFD349
Complementary color
Monochromatic Colors of #DFD349
Black with #DFD349
Text Example
Text Example
White with #DFD349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD349; }
p { color: rgb(223,211,73); }
H1.HeaderClassName
{
color: #DFD349;
}
.AnyTagClassName
{
color: #DFD349;
}
</style>
background-color css
<style>
a { background-color: #DFD349; }
a { background-color: rgb(223,211,73); }
div.DivClassName
{
background-color: #DFD349;
}
.BgClassName
{
background-color: #DFD349;
}
</style>
border-color css
<style>
span { border-color: #DFD349; }
span { border-color: rgb(223,211,73); }
td.TdClassName
{
border-color: #DFD349;
}
.TagClassName
{
border-color: #DFD349;
}
</style>