Shades of Confetti #DCCF49
Tints of Confetti #DCCF49
RGB
CMYK
RGB Variations
Color information
#DCCF49 (or 0xDCCF49) is known color: Confetti. HEX triplet: DC, CF and 49. RGB value is (220,207,73). Sum of RGB (Red+Green+Blue) = 220+207+73=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 207 (81.25% from 255 or 41.4% from 500); Blue value is 73 (28.91% from 255 or 14.6% from 500); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCF49 is #2330B6. Grayscale: #C4C4C4. Windows color (decimal): -2306231 or 4837340. OLE color: 4837340.
HSL color Cylindrical-coordinate representation of color #DCCF49: hue angle of 54.69º 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 #DCCF49 is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 207 | 73 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.14 |
| HSL | 54.69º | 0.68% | 0.57% | - |
| HSV(B) | 54.69º | 0.67% | 0.86% | - |
| XYZ | 53.03 | 60.32 | 15.15 | - |
| YUV | 195.61 | 58.81 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 73 | 0 | 0.06 | 0.67 | 0.14 | 54.69 | 0.68 | 0.57 |
| Hex | DC | CF | 49 | 0 | 6 | 43 | E | 37 | 44 | 39 |
| Octal | 334 | 317 | 111 | 0 | 6 | 103 | 16 | 67 | 104 | 71 |
| Binary | 11011100 | 11001111 | 1001001 | 0 | 110 | 1000011 | 1110 | 110111 | 1000100 | 111001 |
Color Harmonies of #DCCF49
Complementary color
Monochromatic Colors of #DCCF49
Black with #DCCF49
Text Example
Text Example
White with #DCCF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCF49; }
p { color: rgb(220,207,73); }
H1.HeaderClassName
{
color: #DCCF49;
}
.AnyTagClassName
{
color: #DCCF49;
}
</style>
background-color css
<style>
a { background-color: #DCCF49; }
a { background-color: rgb(220,207,73); }
div.DivClassName
{
background-color: #DCCF49;
}
.BgClassName
{
background-color: #DCCF49;
}
</style>
border-color css
<style>
span { border-color: #DCCF49; }
span { border-color: rgb(220,207,73); }
td.TdClassName
{
border-color: #DCCF49;
}
.TagClassName
{
border-color: #DCCF49;
}
</style>