Shades of Confetti #DCBF4E
Tints of Confetti #DCBF4E
RGB
CMYK
RGB Variations
Color information
#DCBF4E (or 0xDCBF4E) is known color: Confetti. HEX triplet: DC, BF and 4E. RGB value is (220,191,78). Sum of RGB (Red+Green+Blue) = 220+191+78=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 191 (75% from 255 or 39.06% from 489); Blue value is 78 (30.86% from 255 or 15.95% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBF4E is #2340B1. Grayscale: #BBBBBB. Windows color (decimal): -2310322 or 5160924. OLE color: 5160924.
HSL color Cylindrical-coordinate representation of color #DCBF4E: hue angle of 47.75º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DCBF4E is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 191 | 78 | - |
| CMYK | 0 | 0.13 | 0.65 | 0.14 |
| HSL | 47.75º | 0.67% | 0.58% | - |
| HSV(B) | 47.75º | 0.65% | 0.86% | - |
| XYZ | 49.52 | 53.03 | 14.83 | - |
| YUV | 186.79 | 66.61 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 78 | 0 | 0.13 | 0.65 | 0.14 | 47.75 | 0.67 | 0.58 |
| Hex | DC | BF | 4E | 0 | D | 41 | E | 30 | 43 | 3A |
| Octal | 334 | 277 | 116 | 0 | 15 | 101 | 16 | 60 | 103 | 72 |
| Binary | 11011100 | 10111111 | 1001110 | 0 | 1101 | 1000001 | 1110 | 110000 | 1000011 | 111010 |
Color Harmonies of #DCBF4E
Complementary color
Monochromatic Colors of #DCBF4E
Black with #DCBF4E
Text Example
Text Example
White with #DCBF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBF4E; }
p { color: rgb(220,191,78); }
H1.HeaderClassName
{
color: #DCBF4E;
}
.AnyTagClassName
{
color: #DCBF4E;
}
</style>
background-color css
<style>
a { background-color: #DCBF4E; }
a { background-color: rgb(220,191,78); }
div.DivClassName
{
background-color: #DCBF4E;
}
.BgClassName
{
background-color: #DCBF4E;
}
</style>
border-color css
<style>
span { border-color: #DCBF4E; }
span { border-color: rgb(220,191,78); }
td.TdClassName
{
border-color: #DCBF4E;
}
.TagClassName
{
border-color: #DCBF4E;
}
</style>