Shades of Confetti #DCBF49
Tints of Confetti #DCBF49
RGB
CMYK
RGB Variations
Color information
#DCBF49 (or 0xDCBF49) is known color: Confetti. HEX triplet: DC, BF and 49. RGB value is (220,191,73). Sum of RGB (Red+Green+Blue) = 220+191+73=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 191 (75% from 255 or 39.46% from 484); Blue value is 73 (28.91% from 255 or 15.08% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBF49 is #2340B6. Grayscale: #BABABA. Windows color (decimal): -2310327 or 4833244. OLE color: 4833244.
HSL color Cylindrical-coordinate representation of color #DCBF49: hue angle of 48.16º 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 #DCBF49 is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 191 | 73 | - |
| CMYK | 0 | 0.13 | 0.67 | 0.14 |
| HSL | 48.16º | 0.68% | 0.57% | - |
| HSV(B) | 48.16º | 0.67% | 0.86% | - |
| XYZ | 49.35 | 52.96 | 13.92 | - |
| YUV | 186.22 | 64.11 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 73 | 0 | 0.13 | 0.67 | 0.14 | 48.16 | 0.68 | 0.57 |
| Hex | DC | BF | 49 | 0 | D | 43 | E | 30 | 44 | 39 |
| Octal | 334 | 277 | 111 | 0 | 15 | 103 | 16 | 60 | 104 | 71 |
| Binary | 11011100 | 10111111 | 1001001 | 0 | 1101 | 1000011 | 1110 | 110000 | 1000100 | 111001 |
Color Harmonies of #DCBF49
Complementary color
Monochromatic Colors of #DCBF49
Black with #DCBF49
Text Example
Text Example
White with #DCBF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBF49; }
p { color: rgb(220,191,73); }
H1.HeaderClassName
{
color: #DCBF49;
}
.AnyTagClassName
{
color: #DCBF49;
}
</style>
background-color css
<style>
a { background-color: #DCBF49; }
a { background-color: rgb(220,191,73); }
div.DivClassName
{
background-color: #DCBF49;
}
.BgClassName
{
background-color: #DCBF49;
}
</style>
border-color css
<style>
span { border-color: #DCBF49; }
span { border-color: rgb(220,191,73); }
td.TdClassName
{
border-color: #DCBF49;
}
.TagClassName
{
border-color: #DCBF49;
}
</style>