Shades of Confetti #DFCC3E
Tints of Confetti #DFCC3E
RGB
CMYK
RGB Variations
Color information
#DFCC3E (or 0xDFCC3E) is known color: Confetti. HEX triplet: DF, CC and 3E. RGB value is (223,204,62). Sum of RGB (Red+Green+Blue) = 223+204+62=489 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.60% from 489); Green value is 204 (80.08% from 255 or 41.72% from 489); Blue value is 62 (24.61% from 255 or 12.68% from 489); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCC3E is #2033C1. Grayscale: #C2C2C2. Windows color (decimal): -2110402 or 4115679. OLE color: 4115679.
HSL color Cylindrical-coordinate representation of color #DFCC3E: hue angle of 52.92º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DFCC3E is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 204 | 62 | - |
| CMYK | 0 | 0.09 | 0.72 | 0.13 |
| HSL | 52.92º | 0.72% | 0.56% | - |
| HSV(B) | 52.92º | 0.72% | 0.87% | - |
| XYZ | 52.89 | 59.22 | 13.2 | - |
| YUV | 193.49 | 53.79 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 204 | 62 | 0 | 0.09 | 0.72 | 0.13 | 52.92 | 0.72 | 0.56 |
| Hex | DF | CC | 3E | 0 | 9 | 48 | D | 35 | 48 | 38 |
| Octal | 337 | 314 | 76 | 0 | 11 | 110 | 15 | 65 | 110 | 70 |
| Binary | 11011111 | 11001100 | 111110 | 0 | 1001 | 1001000 | 1101 | 110101 | 1001000 | 111000 |
Color Harmonies of #DFCC3E
Complementary color
Monochromatic Colors of #DFCC3E
Black with #DFCC3E
Text Example
Text Example
White with #DFCC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCC3E; }
p { color: rgb(223,204,62); }
H1.HeaderClassName
{
color: #DFCC3E;
}
.AnyTagClassName
{
color: #DFCC3E;
}
</style>
background-color css
<style>
a { background-color: #DFCC3E; }
a { background-color: rgb(223,204,62); }
div.DivClassName
{
background-color: #DFCC3E;
}
.BgClassName
{
background-color: #DFCC3E;
}
</style>
border-color css
<style>
span { border-color: #DFCC3E; }
span { border-color: rgb(223,204,62); }
td.TdClassName
{
border-color: #DFCC3E;
}
.TagClassName
{
border-color: #DFCC3E;
}
</style>