Shades of Confetti #DFD446
Tints of Confetti #DFD446
RGB
CMYK
RGB Variations
Color information
#DFD446 (or 0xDFD446) is known color: Confetti. HEX triplet: DF, D4 and 46. RGB value is (223,212,70). Sum of RGB (Red+Green+Blue) = 223+212+70=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 212 (83.20% from 255 or 41.98% from 505); Blue value is 70 (27.73% from 255 or 13.86% from 505); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD446 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD446 is #202BB9. Grayscale: #C7C7C7. Windows color (decimal): -2108346 or 4642015. OLE color: 4642015.
HSL color Cylindrical-coordinate representation of color #DFD446: hue angle of 55.69º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DFD446 is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 212 | 70 | - |
| CMYK | 0 | 0.05 | 0.69 | 0.13 |
| HSL | 55.69º | 0.71% | 0.57% | - |
| HSV(B) | 55.69º | 0.69% | 0.87% | - |
| XYZ | 55.08 | 63.22 | 15.09 | - |
| YUV | 199.1 | 55.14 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 212 | 70 | 0 | 0.05 | 0.69 | 0.13 | 55.69 | 0.71 | 0.57 |
| Hex | DF | D4 | 46 | 0 | 5 | 45 | D | 38 | 47 | 39 |
| Octal | 337 | 324 | 106 | 0 | 5 | 105 | 15 | 70 | 107 | 71 |
| Binary | 11011111 | 11010100 | 1000110 | 0 | 101 | 1000101 | 1101 | 111000 | 1000111 | 111001 |
Color Harmonies of #DFD446
Complementary color
Monochromatic Colors of #DFD446
Black with #DFD446
Text Example
Text Example
White with #DFD446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD446; }
p { color: rgb(223,212,70); }
H1.HeaderClassName
{
color: #DFD446;
}
.AnyTagClassName
{
color: #DFD446;
}
</style>
background-color css
<style>
a { background-color: #DFD446; }
a { background-color: rgb(223,212,70); }
div.DivClassName
{
background-color: #DFD446;
}
.BgClassName
{
background-color: #DFD446;
}
</style>
border-color css
<style>
span { border-color: #DFD446; }
span { border-color: rgb(223,212,70); }
td.TdClassName
{
border-color: #DFD446;
}
.TagClassName
{
border-color: #DFD446;
}
</style>