Shades of Confetti #DCBF51
Tints of Confetti #DCBF51
RGB
CMYK
RGB Variations
Color information
#DCBF51 (or 0xDCBF51) is known color: Confetti. HEX triplet: DC, BF and 51. RGB value is (220,191,81). Sum of RGB (Red+Green+Blue) = 220+191+81=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 191 (75% from 255 or 38.82% from 492); Blue value is 81 (32.03% from 255 or 16.46% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBF51 is #2340AE. Grayscale: #BBBBBB. Windows color (decimal): -2310319 or 5357532. OLE color: 5357532.
HSL color Cylindrical-coordinate representation of color #DCBF51: hue angle of 47.48º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DCBF51 is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 191 | 81 | - |
| CMYK | 0 | 0.13 | 0.63 | 0.14 |
| HSL | 47.48º | 0.67% | 0.59% | - |
| HSV(B) | 47.48º | 0.63% | 0.86% | - |
| XYZ | 49.63 | 53.07 | 15.41 | - |
| YUV | 187.13 | 68.11 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 81 | 0 | 0.13 | 0.63 | 0.14 | 47.48 | 0.67 | 0.59 |
| Hex | DC | BF | 51 | 0 | D | 3F | E | 2F | 43 | 3B |
| Octal | 334 | 277 | 121 | 0 | 15 | 77 | 16 | 57 | 103 | 73 |
| Binary | 11011100 | 10111111 | 1010001 | 0 | 1101 | 111111 | 1110 | 101111 | 1000011 | 111011 |
Color Harmonies of #DCBF51
Complementary color
Monochromatic Colors of #DCBF51
Black with #DCBF51
Text Example
Text Example
White with #DCBF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBF51; }
p { color: rgb(220,191,81); }
H1.HeaderClassName
{
color: #DCBF51;
}
.AnyTagClassName
{
color: #DCBF51;
}
</style>
background-color css
<style>
a { background-color: #DCBF51; }
a { background-color: rgb(220,191,81); }
div.DivClassName
{
background-color: #DCBF51;
}
.BgClassName
{
background-color: #DCBF51;
}
</style>
border-color css
<style>
span { border-color: #DCBF51; }
span { border-color: rgb(220,191,81); }
td.TdClassName
{
border-color: #DCBF51;
}
.TagClassName
{
border-color: #DCBF51;
}
</style>