Shades of Confetti #DFCD46
Tints of Confetti #DFCD46
RGB
CMYK
RGB Variations
Color information
#DFCD46 (or 0xDFCD46) is known color: Confetti. HEX triplet: DF, CD and 46. RGB value is (223,205,70). Sum of RGB (Red+Green+Blue) = 223+205+70=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 205 (80.47% from 255 or 41.16% from 498); Blue value is 70 (27.73% from 255 or 14.06% from 498); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCD46 is #2032B9. Grayscale: #C3C3C3. Windows color (decimal): -2110138 or 4640223. OLE color: 4640223.
HSL color Cylindrical-coordinate representation of color #DFCD46: hue angle of 52.94º 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 #DFCD46 is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 205 | 70 | - |
| CMYK | 0 | 0.08 | 0.69 | 0.13 |
| HSL | 52.94º | 0.71% | 0.57% | - |
| HSV(B) | 52.94º | 0.69% | 0.87% | - |
| XYZ | 53.37 | 59.79 | 14.52 | - |
| YUV | 194.99 | 57.46 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 205 | 70 | 0 | 0.08 | 0.69 | 0.13 | 52.94 | 0.71 | 0.57 |
| Hex | DF | CD | 46 | 0 | 8 | 45 | D | 35 | 47 | 39 |
| Octal | 337 | 315 | 106 | 0 | 10 | 105 | 15 | 65 | 107 | 71 |
| Binary | 11011111 | 11001101 | 1000110 | 0 | 1000 | 1000101 | 1101 | 110101 | 1000111 | 111001 |
Color Harmonies of #DFCD46
Complementary color
Monochromatic Colors of #DFCD46
Black with #DFCD46
Text Example
Text Example
White with #DFCD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCD46; }
p { color: rgb(223,205,70); }
H1.HeaderClassName
{
color: #DFCD46;
}
.AnyTagClassName
{
color: #DFCD46;
}
</style>
background-color css
<style>
a { background-color: #DFCD46; }
a { background-color: rgb(223,205,70); }
div.DivClassName
{
background-color: #DFCD46;
}
.BgClassName
{
background-color: #DFCD46;
}
</style>
border-color css
<style>
span { border-color: #DFCD46; }
span { border-color: rgb(223,205,70); }
td.TdClassName
{
border-color: #DFCD46;
}
.TagClassName
{
border-color: #DFCD46;
}
</style>