Shades of Confetti #DFD242
Tints of Confetti #DFD242
RGB
CMYK
RGB Variations
Color information
#DFD242 (or 0xDFD242) is known color: Confetti. HEX triplet: DF, D2 and 42. RGB value is (223,210,66). Sum of RGB (Red+Green+Blue) = 223+210+66=499 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.69% from 499); Green value is 210 (82.42% from 255 or 42.08% from 499); Blue value is 66 (26.17% from 255 or 13.23% from 499); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD242 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD242 is #202DBD. Grayscale: #C6C6C6. Windows color (decimal): -2108862 or 4379359. OLE color: 4379359.
HSL color Cylindrical-coordinate representation of color #DFD242: hue angle of 55.03º 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 #DFD242 is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 210 | 66 | - |
| CMYK | 0 | 0.06 | 0.70 | 0.13 |
| HSL | 55.03º | 0.71% | 0.57% | - |
| HSV(B) | 55.03º | 0.7% | 0.87% | - |
| XYZ | 54.46 | 62.17 | 14.28 | - |
| YUV | 197.47 | 53.81 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 210 | 66 | 0 | 0.06 | 0.70 | 0.13 | 55.03 | 0.71 | 0.57 |
| Hex | DF | D2 | 42 | 0 | 6 | 46 | D | 37 | 47 | 39 |
| Octal | 337 | 322 | 102 | 0 | 6 | 106 | 15 | 67 | 107 | 71 |
| Binary | 11011111 | 11010010 | 1000010 | 0 | 110 | 1000110 | 1101 | 110111 | 1000111 | 111001 |
Color Harmonies of #DFD242
Complementary color
Monochromatic Colors of #DFD242
Black with #DFD242
Text Example
Text Example
White with #DFD242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD242; }
p { color: rgb(223,210,66); }
H1.HeaderClassName
{
color: #DFD242;
}
.AnyTagClassName
{
color: #DFD242;
}
</style>
background-color css
<style>
a { background-color: #DFD242; }
a { background-color: rgb(223,210,66); }
div.DivClassName
{
background-color: #DFD242;
}
.BgClassName
{
background-color: #DFD242;
}
</style>
border-color css
<style>
span { border-color: #DFD242; }
span { border-color: rgb(223,210,66); }
td.TdClassName
{
border-color: #DFD242;
}
.TagClassName
{
border-color: #DFD242;
}
</style>