Shades of Confetti #DFC84A
Tints of Confetti #DFC84A
RGB
CMYK
RGB Variations
Color information
#DFC84A (or 0xDFC84A) is known color: Confetti. HEX triplet: DF, C8 and 4A. RGB value is (223,200,74). Sum of RGB (Red+Green+Blue) = 223+200+74=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 200 (78.52% from 255 or 40.24% from 497); Blue value is 74 (29.30% from 255 or 14.89% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC84A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC84A is #2037B5. Grayscale: #C1C1C1. Windows color (decimal): -2111414 or 4901087. OLE color: 4901087.
HSL color Cylindrical-coordinate representation of color #DFC84A: hue angle of 50.74º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DFC84A is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 200 | 74 | - |
| CMYK | 0 | 0.10 | 0.67 | 0.13 |
| HSL | 50.74º | 0.7% | 0.58% | - |
| HSV(B) | 50.74º | 0.67% | 0.87% | - |
| XYZ | 52.32 | 57.49 | 14.82 | - |
| YUV | 192.51 | 61.12 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 200 | 74 | 0 | 0.10 | 0.67 | 0.13 | 50.74 | 0.7 | 0.58 |
| Hex | DF | C8 | 4A | 0 | A | 43 | D | 33 | 46 | 3A |
| Octal | 337 | 310 | 112 | 0 | 12 | 103 | 15 | 63 | 106 | 72 |
| Binary | 11011111 | 11001000 | 1001010 | 0 | 1010 | 1000011 | 1101 | 110011 | 1000110 | 111010 |
Color Harmonies of #DFC84A
Complementary color
Monochromatic Colors of #DFC84A
Black with #DFC84A
Text Example
Text Example
White with #DFC84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC84A; }
p { color: rgb(223,200,74); }
H1.HeaderClassName
{
color: #DFC84A;
}
.AnyTagClassName
{
color: #DFC84A;
}
</style>
background-color css
<style>
a { background-color: #DFC84A; }
a { background-color: rgb(223,200,74); }
div.DivClassName
{
background-color: #DFC84A;
}
.BgClassName
{
background-color: #DFC84A;
}
</style>
border-color css
<style>
span { border-color: #DFC84A; }
span { border-color: rgb(223,200,74); }
td.TdClassName
{
border-color: #DFC84A;
}
.TagClassName
{
border-color: #DFC84A;
}
</style>