Shades of Confetti #DFCC3F
Tints of Confetti #DFCC3F
RGB
CMYK
RGB Variations
Color information
#DFCC3F (or 0xDFCC3F) is known color: Confetti. HEX triplet: DF, CC and 3F. RGB value is (223,204,63). Sum of RGB (Red+Green+Blue) = 223+204+63=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 204 (80.08% from 255 or 41.63% from 490); Blue value is 63 (25% from 255 or 12.86% from 490); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCC3F is #2033C0. Grayscale: #C2C2C2. Windows color (decimal): -2110401 or 4181215. OLE color: 4181215.
HSL color Cylindrical-coordinate representation of color #DFCC3F: hue angle of 52.88º degrees, saturation: 0.71, 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 #DFCC3F is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 204 | 63 | - |
| CMYK | 0 | 0.09 | 0.72 | 0.13 |
| HSL | 52.88º | 0.71% | 0.56% | - |
| HSV(B) | 52.88º | 0.72% | 0.87% | - |
| XYZ | 52.92 | 59.23 | 13.35 | - |
| YUV | 193.61 | 54.29 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 204 | 63 | 0 | 0.09 | 0.72 | 0.13 | 52.88 | 0.71 | 0.56 |
| Hex | DF | CC | 3F | 0 | 9 | 48 | D | 35 | 47 | 38 |
| Octal | 337 | 314 | 77 | 0 | 11 | 110 | 15 | 65 | 107 | 70 |
| Binary | 11011111 | 11001100 | 111111 | 0 | 1001 | 1001000 | 1101 | 110101 | 1000111 | 111000 |
Color Harmonies of #DFCC3F
Complementary color
Monochromatic Colors of #DFCC3F
Black with #DFCC3F
Text Example
Text Example
White with #DFCC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCC3F; }
p { color: rgb(223,204,63); }
H1.HeaderClassName
{
color: #DFCC3F;
}
.AnyTagClassName
{
color: #DFCC3F;
}
</style>
background-color css
<style>
a { background-color: #DFCC3F; }
a { background-color: rgb(223,204,63); }
div.DivClassName
{
background-color: #DFCC3F;
}
.BgClassName
{
background-color: #DFCC3F;
}
</style>
border-color css
<style>
span { border-color: #DFCC3F; }
span { border-color: rgb(223,204,63); }
td.TdClassName
{
border-color: #DFCC3F;
}
.TagClassName
{
border-color: #DFCC3F;
}
</style>