Shades of Confetti #DCC248
Tints of Confetti #DCC248
RGB
CMYK
RGB Variations
Color information
#DCC248 (or 0xDCC248) is known color: Confetti. HEX triplet: DC, C2 and 48. RGB value is (220,194,72). Sum of RGB (Red+Green+Blue) = 220+194+72=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 194 (76.17% from 255 or 39.92% from 486); Blue value is 72 (28.52% from 255 or 14.81% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC248 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC248 is #233DB7. Grayscale: #BCBCBC. Windows color (decimal): -2309560 or 4768476. OLE color: 4768476.
HSL color Cylindrical-coordinate representation of color #DCC248: hue angle of 49.46º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DCC248 is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 72 | - |
| CMYK | 0 | 0.12 | 0.67 | 0.14 |
| HSL | 49.46º | 0.68% | 0.57% | - |
| HSV(B) | 49.46º | 0.67% | 0.86% | - |
| XYZ | 49.98 | 54.27 | 13.97 | - |
| YUV | 187.87 | 62.61 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 72 | 0 | 0.12 | 0.67 | 0.14 | 49.46 | 0.68 | 0.57 |
| Hex | DC | C2 | 48 | 0 | C | 43 | E | 31 | 44 | 39 |
| Octal | 334 | 302 | 110 | 0 | 14 | 103 | 16 | 61 | 104 | 71 |
| Binary | 11011100 | 11000010 | 1001000 | 0 | 1100 | 1000011 | 1110 | 110001 | 1000100 | 111001 |
Color Harmonies of #DCC248
Complementary color
Monochromatic Colors of #DCC248
Black with #DCC248
Text Example
Text Example
White with #DCC248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC248; }
p { color: rgb(220,194,72); }
H1.HeaderClassName
{
color: #DCC248;
}
.AnyTagClassName
{
color: #DCC248;
}
</style>
background-color css
<style>
a { background-color: #DCC248; }
a { background-color: rgb(220,194,72); }
div.DivClassName
{
background-color: #DCC248;
}
.BgClassName
{
background-color: #DCC248;
}
</style>
border-color css
<style>
span { border-color: #DCC248; }
span { border-color: rgb(220,194,72); }
td.TdClassName
{
border-color: #DCC248;
}
.TagClassName
{
border-color: #DCC248;
}
</style>