Shades of Confetti #DFC852
Tints of Confetti #DFC852
RGB
CMYK
RGB Variations
Color information
#DFC852 (or 0xDFC852) is known color: Confetti. HEX triplet: DF, C8 and 52. RGB value is (223,200,82). Sum of RGB (Red+Green+Blue) = 223+200+82=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 200 (78.52% from 255 or 39.60% from 505); Blue value is 82 (32.42% from 255 or 16.24% from 505); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC852 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC852 is #2037AD. Grayscale: #C1C1C1. Windows color (decimal): -2111406 or 5425375. OLE color: 5425375.
HSL color Cylindrical-coordinate representation of color #DFC852: hue angle of 50.21º 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 #DFC852 is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 200 | 82 | - |
| CMYK | 0 | 0.10 | 0.63 | 0.13 |
| HSL | 50.21º | 0.69% | 0.6% | - |
| HSV(B) | 50.21º | 0.63% | 0.87% | - |
| XYZ | 52.61 | 57.61 | 16.33 | - |
| YUV | 193.43 | 65.12 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 200 | 82 | 0 | 0.10 | 0.63 | 0.13 | 50.21 | 0.69 | 0.6 |
| Hex | DF | C8 | 52 | 0 | A | 3F | D | 32 | 45 | 3C |
| Octal | 337 | 310 | 122 | 0 | 12 | 77 | 15 | 62 | 105 | 74 |
| Binary | 11011111 | 11001000 | 1010010 | 0 | 1010 | 111111 | 1101 | 110010 | 1000101 | 111100 |
Color Harmonies of #DFC852
Complementary color
Monochromatic Colors of #DFC852
Black with #DFC852
Text Example
Text Example
White with #DFC852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC852; }
p { color: rgb(223,200,82); }
H1.HeaderClassName
{
color: #DFC852;
}
.AnyTagClassName
{
color: #DFC852;
}
</style>
background-color css
<style>
a { background-color: #DFC852; }
a { background-color: rgb(223,200,82); }
div.DivClassName
{
background-color: #DFC852;
}
.BgClassName
{
background-color: #DFC852;
}
</style>
border-color css
<style>
span { border-color: #DFC852; }
span { border-color: rgb(223,200,82); }
td.TdClassName
{
border-color: #DFC852;
}
.TagClassName
{
border-color: #DFC852;
}
</style>