Shades of Confetti #DFCC47
Tints of Confetti #DFCC47
RGB
CMYK
RGB Variations
Color information
#DFCC47 (or 0xDFCC47) is known color: Confetti. HEX triplet: DF, CC and 47. RGB value is (223,204,71). Sum of RGB (Red+Green+Blue) = 223+204+71=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 204 (80.08% from 255 or 40.96% from 498); Blue value is 71 (28.12% from 255 or 14.26% from 498); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCC47 is #2033B8. Grayscale: #C3C3C3. Windows color (decimal): -2110393 or 4705503. OLE color: 4705503.
HSL color Cylindrical-coordinate representation of color #DFCC47: hue angle of 52.5º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DFCC47 is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 204 | 71 | - |
| CMYK | 0 | 0.09 | 0.68 | 0.13 |
| HSL | 52.5º | 0.7% | 0.58% | - |
| HSV(B) | 52.5º | 0.68% | 0.87% | - |
| XYZ | 53.16 | 59.33 | 14.61 | - |
| YUV | 194.52 | 58.29 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 204 | 71 | 0 | 0.09 | 0.68 | 0.13 | 52.5 | 0.7 | 0.58 |
| Hex | DF | CC | 47 | 0 | 9 | 44 | D | 34 | 46 | 3A |
| Octal | 337 | 314 | 107 | 0 | 11 | 104 | 15 | 64 | 106 | 72 |
| Binary | 11011111 | 11001100 | 1000111 | 0 | 1001 | 1000100 | 1101 | 110100 | 1000110 | 111010 |
Color Harmonies of #DFCC47
Complementary color
Monochromatic Colors of #DFCC47
Black with #DFCC47
Text Example
Text Example
White with #DFCC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCC47; }
p { color: rgb(223,204,71); }
H1.HeaderClassName
{
color: #DFCC47;
}
.AnyTagClassName
{
color: #DFCC47;
}
</style>
background-color css
<style>
a { background-color: #DFCC47; }
a { background-color: rgb(223,204,71); }
div.DivClassName
{
background-color: #DFCC47;
}
.BgClassName
{
background-color: #DFCC47;
}
</style>
border-color css
<style>
span { border-color: #DFCC47; }
span { border-color: rgb(223,204,71); }
td.TdClassName
{
border-color: #DFCC47;
}
.TagClassName
{
border-color: #DFCC47;
}
</style>