Shades of Confetti #DFC855
Tints of Confetti #DFC855
RGB
CMYK
RGB Variations
Color information
#DFC855 (or 0xDFC855) is known color: Confetti. HEX triplet: DF, C8 and 55. RGB value is (223,200,85). Sum of RGB (Red+Green+Blue) = 223+200+85=508 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.90% from 508); Green value is 200 (78.52% from 255 or 39.37% from 508); Blue value is 85 (33.59% from 255 or 16.73% from 508); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC855 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC855 is #2037AA. Grayscale: #C2C2C2. Windows color (decimal): -2111403 or 5621983. OLE color: 5621983.
HSL color Cylindrical-coordinate representation of color #DFC855: hue angle of 50º 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 #DFC855 is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 200 | 85 | - |
| CMYK | 0 | 0.10 | 0.62 | 0.13 |
| HSL | 50º | 0.68% | 0.6% | - |
| HSV(B) | 50º | 0.62% | 0.87% | - |
| XYZ | 52.73 | 57.65 | 16.94 | - |
| YUV | 193.77 | 66.62 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 200 | 85 | 0 | 0.10 | 0.62 | 0.13 | 50 | 0.68 | 0.6 |
| Hex | DF | C8 | 55 | 0 | A | 3E | D | 32 | 44 | 3C |
| Octal | 337 | 310 | 125 | 0 | 12 | 76 | 15 | 62 | 104 | 74 |
| Binary | 11011111 | 11001000 | 1010101 | 0 | 1010 | 111110 | 1101 | 110010 | 1000100 | 111100 |
Color Harmonies of #DFC855
Complementary color
Monochromatic Colors of #DFC855
Black with #DFC855
Text Example
Text Example
White with #DFC855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC855; }
p { color: rgb(223,200,85); }
H1.HeaderClassName
{
color: #DFC855;
}
.AnyTagClassName
{
color: #DFC855;
}
</style>
background-color css
<style>
a { background-color: #DFC855; }
a { background-color: rgb(223,200,85); }
div.DivClassName
{
background-color: #DFC855;
}
.BgClassName
{
background-color: #DFC855;
}
</style>
border-color css
<style>
span { border-color: #DFC855; }
span { border-color: rgb(223,200,85); }
td.TdClassName
{
border-color: #DFC855;
}
.TagClassName
{
border-color: #DFC855;
}
</style>