Shades of Confetti #DFC552
Tints of Confetti #DFC552
RGB
CMYK
RGB Variations
Color information
#DFC552 (or 0xDFC552) is known color: Confetti. HEX triplet: DF, C5 and 52. RGB value is (223,197,82). Sum of RGB (Red+Green+Blue) = 223+197+82=502 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.42% from 502); Green value is 197 (77.34% from 255 or 39.24% from 502); Blue value is 82 (32.42% from 255 or 16.33% from 502); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC552 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC552 is #203AAD. Grayscale: #C0C0C0. Windows color (decimal): -2112174 or 5424607. OLE color: 5424607.
HSL color Cylindrical-coordinate representation of color #DFC552: hue angle of 48.94º 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 #DFC552 is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 197 | 82 | - |
| CMYK | 0 | 0.12 | 0.63 | 0.13 |
| HSL | 48.94º | 0.69% | 0.6% | - |
| HSV(B) | 48.94º | 0.63% | 0.87% | - |
| XYZ | 51.92 | 56.23 | 16.1 | - |
| YUV | 191.66 | 66.11 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 197 | 82 | 0 | 0.12 | 0.63 | 0.13 | 48.94 | 0.69 | 0.6 |
| Hex | DF | C5 | 52 | 0 | C | 3F | D | 31 | 45 | 3C |
| Octal | 337 | 305 | 122 | 0 | 14 | 77 | 15 | 61 | 105 | 74 |
| Binary | 11011111 | 11000101 | 1010010 | 0 | 1100 | 111111 | 1101 | 110001 | 1000101 | 111100 |
Color Harmonies of #DFC552
Complementary color
Monochromatic Colors of #DFC552
Black with #DFC552
Text Example
Text Example
White with #DFC552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC552; }
p { color: rgb(223,197,82); }
H1.HeaderClassName
{
color: #DFC552;
}
.AnyTagClassName
{
color: #DFC552;
}
</style>
background-color css
<style>
a { background-color: #DFC552; }
a { background-color: rgb(223,197,82); }
div.DivClassName
{
background-color: #DFC552;
}
.BgClassName
{
background-color: #DFC552;
}
</style>
border-color css
<style>
span { border-color: #DFC552; }
span { border-color: rgb(223,197,82); }
td.TdClassName
{
border-color: #DFC552;
}
.TagClassName
{
border-color: #DFC552;
}
</style>