Shades of Confetti #DFC53F
Tints of Confetti #DFC53F
RGB
CMYK
RGB Variations
Color information
#DFC53F (or 0xDFC53F) is known color: Confetti. HEX triplet: DF, C5 and 3F. RGB value is (223,197,63). Sum of RGB (Red+Green+Blue) = 223+197+63=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 197 (77.34% from 255 or 40.79% from 483); Blue value is 63 (25% from 255 or 13.04% from 483); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC53F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC53F is #203AC0. Grayscale: #BEBEBE. Windows color (decimal): -2112193 or 4179423. OLE color: 4179423.
HSL color Cylindrical-coordinate representation of color #DFC53F: hue angle of 50.25º 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 #DFC53F is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 197 | 63 | - |
| CMYK | 0 | 0.12 | 0.72 | 0.13 |
| HSL | 50.25º | 0.71% | 0.56% | - |
| HSV(B) | 50.25º | 0.72% | 0.87% | - |
| XYZ | 51.29 | 55.98 | 12.8 | - |
| YUV | 189.5 | 56.61 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 197 | 63 | 0 | 0.12 | 0.72 | 0.13 | 50.25 | 0.71 | 0.56 |
| Hex | DF | C5 | 3F | 0 | C | 48 | D | 32 | 47 | 38 |
| Octal | 337 | 305 | 77 | 0 | 14 | 110 | 15 | 62 | 107 | 70 |
| Binary | 11011111 | 11000101 | 111111 | 0 | 1100 | 1001000 | 1101 | 110010 | 1000111 | 111000 |
Color Harmonies of #DFC53F
Complementary color
Monochromatic Colors of #DFC53F
Black with #DFC53F
Text Example
Text Example
White with #DFC53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC53F; }
p { color: rgb(223,197,63); }
H1.HeaderClassName
{
color: #DFC53F;
}
.AnyTagClassName
{
color: #DFC53F;
}
</style>
background-color css
<style>
a { background-color: #DFC53F; }
a { background-color: rgb(223,197,63); }
div.DivClassName
{
background-color: #DFC53F;
}
.BgClassName
{
background-color: #DFC53F;
}
</style>
border-color css
<style>
span { border-color: #DFC53F; }
span { border-color: rgb(223,197,63); }
td.TdClassName
{
border-color: #DFC53F;
}
.TagClassName
{
border-color: #DFC53F;
}
</style>