Shades of Confetti #DFC352
Tints of Confetti #DFC352
RGB
CMYK
RGB Variations
Color information
#DFC352 (or 0xDFC352) is known color: Confetti. HEX triplet: DF, C3 and 52. RGB value is (223,195,82). Sum of RGB (Red+Green+Blue) = 223+195+82=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 195 (76.56% from 255 or 39% from 500); Blue value is 82 (32.42% from 255 or 16.4% from 500); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC352 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC352 is #203CAD. Grayscale: #BEBEBE. Windows color (decimal): -2112686 or 5424095. OLE color: 5424095.
HSL color Cylindrical-coordinate representation of color #DFC352: hue angle of 48.09º 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 #DFC352 is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 195 | 82 | - |
| CMYK | 0 | 0.13 | 0.63 | 0.13 |
| HSL | 48.09º | 0.69% | 0.6% | - |
| HSV(B) | 48.09º | 0.63% | 0.87% | - |
| XYZ | 51.47 | 55.33 | 15.95 | - |
| YUV | 190.49 | 66.78 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 195 | 82 | 0 | 0.13 | 0.63 | 0.13 | 48.09 | 0.69 | 0.6 |
| Hex | DF | C3 | 52 | 0 | D | 3F | D | 30 | 45 | 3C |
| Octal | 337 | 303 | 122 | 0 | 15 | 77 | 15 | 60 | 105 | 74 |
| Binary | 11011111 | 11000011 | 1010010 | 0 | 1101 | 111111 | 1101 | 110000 | 1000101 | 111100 |
Color Harmonies of #DFC352
Complementary color
Monochromatic Colors of #DFC352
Black with #DFC352
Text Example
Text Example
White with #DFC352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC352; }
p { color: rgb(223,195,82); }
H1.HeaderClassName
{
color: #DFC352;
}
.AnyTagClassName
{
color: #DFC352;
}
</style>
background-color css
<style>
a { background-color: #DFC352; }
a { background-color: rgb(223,195,82); }
div.DivClassName
{
background-color: #DFC352;
}
.BgClassName
{
background-color: #DFC352;
}
</style>
border-color css
<style>
span { border-color: #DFC352; }
span { border-color: rgb(223,195,82); }
td.TdClassName
{
border-color: #DFC352;
}
.TagClassName
{
border-color: #DFC352;
}
</style>