Shades of Confetti #DFCC55
Tints of Confetti #DFCC55
RGB
CMYK
RGB Variations
Color information
#DFCC55 (or 0xDFCC55) is known color: Confetti. HEX triplet: DF, CC and 55. RGB value is (223,204,85). Sum of RGB (Red+Green+Blue) = 223+204+85=512 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.55% from 512); Green value is 204 (80.08% from 255 or 39.84% from 512); Blue value is 85 (33.59% from 255 or 16.60% from 512); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCC55 is #2033AA. Grayscale: #C4C4C4. Windows color (decimal): -2110379 or 5623007. OLE color: 5623007.
HSL color Cylindrical-coordinate representation of color #DFCC55: hue angle of 51.74º 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 #DFCC55 is Cyan = 0, Magento = 0.09, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 204 | 85 | - |
| CMYK | 0 | 0.09 | 0.62 | 0.13 |
| HSL | 51.74º | 0.68% | 0.6% | - |
| HSV(B) | 51.74º | 0.62% | 0.87% | - |
| XYZ | 53.66 | 59.53 | 17.26 | - |
| YUV | 196.12 | 65.29 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 204 | 85 | 0 | 0.09 | 0.62 | 0.13 | 51.74 | 0.68 | 0.6 |
| Hex | DF | CC | 55 | 0 | 9 | 3E | D | 34 | 44 | 3C |
| Octal | 337 | 314 | 125 | 0 | 11 | 76 | 15 | 64 | 104 | 74 |
| Binary | 11011111 | 11001100 | 1010101 | 0 | 1001 | 111110 | 1101 | 110100 | 1000100 | 111100 |
Color Harmonies of #DFCC55
Complementary color
Monochromatic Colors of #DFCC55
Black with #DFCC55
Text Example
Text Example
White with #DFCC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCC55; }
p { color: rgb(223,204,85); }
H1.HeaderClassName
{
color: #DFCC55;
}
.AnyTagClassName
{
color: #DFCC55;
}
</style>
background-color css
<style>
a { background-color: #DFCC55; }
a { background-color: rgb(223,204,85); }
div.DivClassName
{
background-color: #DFCC55;
}
.BgClassName
{
background-color: #DFCC55;
}
</style>
border-color css
<style>
span { border-color: #DFCC55; }
span { border-color: rgb(223,204,85); }
td.TdClassName
{
border-color: #DFCC55;
}
.TagClassName
{
border-color: #DFCC55;
}
</style>