Shades of Confetti #DFC853
Tints of Confetti #DFC853
RGB
CMYK
RGB Variations
Color information
#DFC853 (or 0xDFC853) is known color: Confetti. HEX triplet: DF, C8 and 53. RGB value is (223,200,83). Sum of RGB (Red+Green+Blue) = 223+200+83=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 200 (78.52% from 255 or 39.53% from 506); Blue value is 83 (32.81% from 255 or 16.40% from 506); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC853 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC853 is #2037AC. Grayscale: #C2C2C2. Windows color (decimal): -2111405 or 5490911. OLE color: 5490911.
HSL color Cylindrical-coordinate representation of color #DFC853: hue angle of 50.14º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DFC853 is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 200 | 83 | - |
| CMYK | 0 | 0.10 | 0.63 | 0.13 |
| HSL | 50.14º | 0.69% | 0.6% | - |
| HSV(B) | 50.14º | 0.63% | 0.87% | - |
| XYZ | 52.65 | 57.62 | 16.53 | - |
| YUV | 193.54 | 65.62 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 200 | 83 | 0 | 0.10 | 0.63 | 0.13 | 50.14 | 0.69 | 0.6 |
| Hex | DF | C8 | 53 | 0 | A | 3F | D | 32 | 45 | 3C |
| Octal | 337 | 310 | 123 | 0 | 12 | 77 | 15 | 62 | 105 | 74 |
| Binary | 11011111 | 11001000 | 1010011 | 0 | 1010 | 111111 | 1101 | 110010 | 1000101 | 111100 |
Color Harmonies of #DFC853
Complementary color
Monochromatic Colors of #DFC853
Black with #DFC853
Text Example
Text Example
White with #DFC853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC853; }
p { color: rgb(223,200,83); }
H1.HeaderClassName
{
color: #DFC853;
}
.AnyTagClassName
{
color: #DFC853;
}
</style>
background-color css
<style>
a { background-color: #DFC853; }
a { background-color: rgb(223,200,83); }
div.DivClassName
{
background-color: #DFC853;
}
.BgClassName
{
background-color: #DFC853;
}
</style>
border-color css
<style>
span { border-color: #DFC853; }
span { border-color: rgb(223,200,83); }
td.TdClassName
{
border-color: #DFC853;
}
.TagClassName
{
border-color: #DFC853;
}
</style>