Shades of Confetti #DFCC54
Tints of Confetti #DFCC54
RGB
CMYK
RGB Variations
Color information
#DFCC54 (or 0xDFCC54) is known color: Confetti. HEX triplet: DF, CC and 54. RGB value is (223,204,84). Sum of RGB (Red+Green+Blue) = 223+204+84=511 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.64% from 511); Green value is 204 (80.08% from 255 or 39.92% from 511); Blue value is 84 (33.20% from 255 or 16.44% from 511); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCC54 is #2033AB. Grayscale: #C4C4C4. Windows color (decimal): -2110380 or 5557471. OLE color: 5557471.
HSL color Cylindrical-coordinate representation of color #DFCC54: hue angle of 51.8º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DFCC54 is Cyan = 0, Magento = 0.09, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 204 | 84 | - |
| CMYK | 0 | 0.09 | 0.62 | 0.13 |
| HSL | 51.8º | 0.68% | 0.6% | - |
| HSV(B) | 51.8º | 0.62% | 0.87% | - |
| XYZ | 53.62 | 59.51 | 17.05 | - |
| YUV | 196 | 64.79 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 204 | 84 | 0 | 0.09 | 0.62 | 0.13 | 51.8 | 0.68 | 0.6 |
| Hex | DF | CC | 54 | 0 | 9 | 3E | D | 34 | 44 | 3C |
| Octal | 337 | 314 | 124 | 0 | 11 | 76 | 15 | 64 | 104 | 74 |
| Binary | 11011111 | 11001100 | 1010100 | 0 | 1001 | 111110 | 1101 | 110100 | 1000100 | 111100 |
Color Harmonies of #DFCC54
Complementary color
Monochromatic Colors of #DFCC54
Black with #DFCC54
Text Example
Text Example
White with #DFCC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCC54; }
p { color: rgb(223,204,84); }
H1.HeaderClassName
{
color: #DFCC54;
}
.AnyTagClassName
{
color: #DFCC54;
}
</style>
background-color css
<style>
a { background-color: #DFCC54; }
a { background-color: rgb(223,204,84); }
div.DivClassName
{
background-color: #DFCC54;
}
.BgClassName
{
background-color: #DFCC54;
}
</style>
border-color css
<style>
span { border-color: #DFCC54; }
span { border-color: rgb(223,204,84); }
td.TdClassName
{
border-color: #DFCC54;
}
.TagClassName
{
border-color: #DFCC54;
}
</style>