Shades of Confetti #DCC749
Tints of Confetti #DCC749
RGB
CMYK
RGB Variations
Color information
#DCC749 (or 0xDCC749) is known color: Confetti. HEX triplet: DC, C7 and 49. RGB value is (220,199,73). Sum of RGB (Red+Green+Blue) = 220+199+73=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 199 (78.12% from 255 or 40.45% from 492); Blue value is 73 (28.91% from 255 or 14.84% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC749 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC749 is #2338B6. Grayscale: #BFBFBF. Windows color (decimal): -2308279 or 4835292. OLE color: 4835292.
HSL color Cylindrical-coordinate representation of color #DCC749: hue angle of 51.43º 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 #DCC749 is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 199 | 73 | - |
| CMYK | 0 | 0.10 | 0.67 | 0.14 |
| HSL | 51.43º | 0.68% | 0.57% | - |
| HSV(B) | 51.43º | 0.67% | 0.86% | - |
| XYZ | 51.14 | 56.54 | 14.52 | - |
| YUV | 190.92 | 61.46 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 73 | 0 | 0.10 | 0.67 | 0.14 | 51.43 | 0.68 | 0.57 |
| Hex | DC | C7 | 49 | 0 | A | 43 | E | 33 | 44 | 39 |
| Octal | 334 | 307 | 111 | 0 | 12 | 103 | 16 | 63 | 104 | 71 |
| Binary | 11011100 | 11000111 | 1001001 | 0 | 1010 | 1000011 | 1110 | 110011 | 1000100 | 111001 |
Color Harmonies of #DCC749
Complementary color
Monochromatic Colors of #DCC749
Black with #DCC749
Text Example
Text Example
White with #DCC749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC749; }
p { color: rgb(220,199,73); }
H1.HeaderClassName
{
color: #DCC749;
}
.AnyTagClassName
{
color: #DCC749;
}
</style>
background-color css
<style>
a { background-color: #DCC749; }
a { background-color: rgb(220,199,73); }
div.DivClassName
{
background-color: #DCC749;
}
.BgClassName
{
background-color: #DCC749;
}
</style>
border-color css
<style>
span { border-color: #DCC749; }
span { border-color: rgb(220,199,73); }
td.TdClassName
{
border-color: #DCC749;
}
.TagClassName
{
border-color: #DCC749;
}
</style>