Shades of Confetti #DFC452
Tints of Confetti #DFC452
RGB
CMYK
RGB Variations
Color information
#DFC452 (or 0xDFC452) is known color: Confetti. HEX triplet: DF, C4 and 52. RGB value is (223,196,82). Sum of RGB (Red+Green+Blue) = 223+196+82=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 196 (76.95% from 255 or 39.12% from 501); Blue value is 82 (32.42% from 255 or 16.37% from 501); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC452 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC452 is #203BAD. Grayscale: #BFBFBF. Windows color (decimal): -2112430 or 5424351. OLE color: 5424351.
HSL color Cylindrical-coordinate representation of color #DFC452: hue angle of 48.51º 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 #DFC452 is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 196 | 82 | - |
| CMYK | 0 | 0.12 | 0.63 | 0.13 |
| HSL | 48.51º | 0.69% | 0.6% | - |
| HSV(B) | 48.51º | 0.63% | 0.87% | - |
| XYZ | 51.69 | 55.78 | 16.02 | - |
| YUV | 191.08 | 66.45 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 196 | 82 | 0 | 0.12 | 0.63 | 0.13 | 48.51 | 0.69 | 0.6 |
| Hex | DF | C4 | 52 | 0 | C | 3F | D | 31 | 45 | 3C |
| Octal | 337 | 304 | 122 | 0 | 14 | 77 | 15 | 61 | 105 | 74 |
| Binary | 11011111 | 11000100 | 1010010 | 0 | 1100 | 111111 | 1101 | 110001 | 1000101 | 111100 |
Color Harmonies of #DFC452
Complementary color
Monochromatic Colors of #DFC452
Black with #DFC452
Text Example
Text Example
White with #DFC452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC452; }
p { color: rgb(223,196,82); }
H1.HeaderClassName
{
color: #DFC452;
}
.AnyTagClassName
{
color: #DFC452;
}
</style>
background-color css
<style>
a { background-color: #DFC452; }
a { background-color: rgb(223,196,82); }
div.DivClassName
{
background-color: #DFC452;
}
.BgClassName
{
background-color: #DFC452;
}
</style>
border-color css
<style>
span { border-color: #DFC452; }
span { border-color: rgb(223,196,82); }
td.TdClassName
{
border-color: #DFC452;
}
.TagClassName
{
border-color: #DFC452;
}
</style>