Shades of Confetti #DFC54D
Tints of Confetti #DFC54D
RGB
CMYK
RGB Variations
Color information
#DFC54D (or 0xDFC54D) is known color: Confetti. HEX triplet: DF, C5 and 4D. RGB value is (223,197,77). Sum of RGB (Red+Green+Blue) = 223+197+77=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 197 (77.34% from 255 or 39.64% from 497); Blue value is 77 (30.47% from 255 or 15.49% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC54D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC54D is #203AB2. Grayscale: #BFBFBF. Windows color (decimal): -2112179 or 5096927. OLE color: 5096927.
HSL color Cylindrical-coordinate representation of color #DFC54D: hue angle of 49.32º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DFC54D is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 197 | 77 | - |
| CMYK | 0 | 0.12 | 0.65 | 0.13 |
| HSL | 49.32º | 0.7% | 0.59% | - |
| HSV(B) | 49.32º | 0.65% | 0.87% | - |
| XYZ | 51.74 | 56.16 | 15.13 | - |
| YUV | 191.09 | 63.61 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 197 | 77 | 0 | 0.12 | 0.65 | 0.13 | 49.32 | 0.7 | 0.59 |
| Hex | DF | C5 | 4D | 0 | C | 41 | D | 31 | 46 | 3B |
| Octal | 337 | 305 | 115 | 0 | 14 | 101 | 15 | 61 | 106 | 73 |
| Binary | 11011111 | 11000101 | 1001101 | 0 | 1100 | 1000001 | 1101 | 110001 | 1000110 | 111011 |
Color Harmonies of #DFC54D
Complementary color
Monochromatic Colors of #DFC54D
Black with #DFC54D
Text Example
Text Example
White with #DFC54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC54D; }
p { color: rgb(223,197,77); }
H1.HeaderClassName
{
color: #DFC54D;
}
.AnyTagClassName
{
color: #DFC54D;
}
</style>
background-color css
<style>
a { background-color: #DFC54D; }
a { background-color: rgb(223,197,77); }
div.DivClassName
{
background-color: #DFC54D;
}
.BgClassName
{
background-color: #DFC54D;
}
</style>
border-color css
<style>
span { border-color: #DFC54D; }
span { border-color: rgb(223,197,77); }
td.TdClassName
{
border-color: #DFC54D;
}
.TagClassName
{
border-color: #DFC54D;
}
</style>