Shades of Confetti #DFD442
Tints of Confetti #DFD442
RGB
CMYK
RGB Variations
Color information
#DFD442 (or 0xDFD442) is known color: Confetti. HEX triplet: DF, D4 and 42. RGB value is (223,212,66). Sum of RGB (Red+Green+Blue) = 223+212+66=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 212 (83.20% from 255 or 42.32% from 501); Blue value is 66 (26.17% from 255 or 13.17% from 501); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD442 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD442 is #202BBD. Grayscale: #C7C7C7. Windows color (decimal): -2108350 or 4379871. OLE color: 4379871.
HSL color Cylindrical-coordinate representation of color #DFD442: hue angle of 55.8º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DFD442 is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 212 | 66 | - |
| CMYK | 0 | 0.05 | 0.70 | 0.13 |
| HSL | 55.8º | 0.71% | 0.57% | - |
| HSV(B) | 55.8º | 0.7% | 0.87% | - |
| XYZ | 54.96 | 63.17 | 14.45 | - |
| YUV | 198.65 | 53.14 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 212 | 66 | 0 | 0.05 | 0.70 | 0.13 | 55.8 | 0.71 | 0.57 |
| Hex | DF | D4 | 42 | 0 | 5 | 46 | D | 38 | 47 | 39 |
| Octal | 337 | 324 | 102 | 0 | 5 | 106 | 15 | 70 | 107 | 71 |
| Binary | 11011111 | 11010100 | 1000010 | 0 | 101 | 1000110 | 1101 | 111000 | 1000111 | 111001 |
Color Harmonies of #DFD442
Complementary color
Monochromatic Colors of #DFD442
Black with #DFD442
Text Example
Text Example
White with #DFD442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD442; }
p { color: rgb(223,212,66); }
H1.HeaderClassName
{
color: #DFD442;
}
.AnyTagClassName
{
color: #DFD442;
}
</style>
background-color css
<style>
a { background-color: #DFD442; }
a { background-color: rgb(223,212,66); }
div.DivClassName
{
background-color: #DFD442;
}
.BgClassName
{
background-color: #DFD442;
}
</style>
border-color css
<style>
span { border-color: #DFD442; }
span { border-color: rgb(223,212,66); }
td.TdClassName
{
border-color: #DFD442;
}
.TagClassName
{
border-color: #DFD442;
}
</style>