Shades of Confetti #DFC33F
Tints of Confetti #DFC33F
RGB
CMYK
RGB Variations
Color information
#DFC33F (or 0xDFC33F) is known color: Confetti. HEX triplet: DF, C3 and 3F. RGB value is (223,195,63). Sum of RGB (Red+Green+Blue) = 223+195+63=481 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.36% from 481); Green value is 195 (76.56% from 255 or 40.54% from 481); Blue value is 63 (25% from 255 or 13.10% from 481); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC33F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC33F is #203CC0. Grayscale: #BCBCBC. Windows color (decimal): -2112705 or 4178911. OLE color: 4178911.
HSL color Cylindrical-coordinate representation of color #DFC33F: hue angle of 49.5º 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 #DFC33F is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 195 | 63 | - |
| CMYK | 0 | 0.13 | 0.72 | 0.13 |
| HSL | 49.5º | 0.71% | 0.56% | - |
| HSV(B) | 49.5º | 0.72% | 0.87% | - |
| XYZ | 50.84 | 55.08 | 12.65 | - |
| YUV | 188.32 | 57.28 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 195 | 63 | 0 | 0.13 | 0.72 | 0.13 | 49.5 | 0.71 | 0.56 |
| Hex | DF | C3 | 3F | 0 | D | 48 | D | 32 | 47 | 38 |
| Octal | 337 | 303 | 77 | 0 | 15 | 110 | 15 | 62 | 107 | 70 |
| Binary | 11011111 | 11000011 | 111111 | 0 | 1101 | 1001000 | 1101 | 110010 | 1000111 | 111000 |
Color Harmonies of #DFC33F
Complementary color
Monochromatic Colors of #DFC33F
Black with #DFC33F
Text Example
Text Example
White with #DFC33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC33F; }
p { color: rgb(223,195,63); }
H1.HeaderClassName
{
color: #DFC33F;
}
.AnyTagClassName
{
color: #DFC33F;
}
</style>
background-color css
<style>
a { background-color: #DFC33F; }
a { background-color: rgb(223,195,63); }
div.DivClassName
{
background-color: #DFC33F;
}
.BgClassName
{
background-color: #DFC33F;
}
</style>
border-color css
<style>
span { border-color: #DFC33F; }
span { border-color: rgb(223,195,63); }
td.TdClassName
{
border-color: #DFC33F;
}
.TagClassName
{
border-color: #DFC33F;
}
</style>