Shades of Confetti #D8BC49
Tints of Confetti #D8BC49
RGB
CMYK
RGB Variations
Color information
#D8BC49 (or 0xD8BC49) is known color: Confetti. HEX triplet: D8, BC and 49. RGB value is (216,188,73). Sum of RGB (Red+Green+Blue) = 216+188+73=477 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.28% from 477); Green value is 188 (73.83% from 255 or 39.41% from 477); Blue value is 73 (28.91% from 255 or 15.30% from 477); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BC49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8BC49 is #2743B6. Grayscale: #B7B7B7. Windows color (decimal): -2573239 or 4832472. OLE color: 4832472.
HSL color Cylindrical-coordinate representation of color #D8BC49: hue angle of 48.25º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D8BC49 is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 188 | 73 | - |
| CMYK | 0 | 0.13 | 0.66 | 0.15 |
| HSL | 48.25º | 0.65% | 0.57% | - |
| HSV(B) | 48.25º | 0.66% | 0.85% | - |
| XYZ | 47.5 | 51.05 | 13.65 | - |
| YUV | 183.26 | 65.78 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 188 | 73 | 0 | 0.13 | 0.66 | 0.15 | 48.25 | 0.65 | 0.57 |
| Hex | D8 | BC | 49 | 0 | D | 42 | F | 30 | 41 | 39 |
| Octal | 330 | 274 | 111 | 0 | 15 | 102 | 17 | 60 | 101 | 71 |
| Binary | 11011000 | 10111100 | 1001001 | 0 | 1101 | 1000010 | 1111 | 110000 | 1000001 | 111001 |
Color Harmonies of #D8BC49
Complementary color
Monochromatic Colors of #D8BC49
Black with #D8BC49
Text Example
Text Example
White with #D8BC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BC49; }
p { color: rgb(216,188,73); }
H1.HeaderClassName
{
color: #D8BC49;
}
.AnyTagClassName
{
color: #D8BC49;
}
</style>
background-color css
<style>
a { background-color: #D8BC49; }
a { background-color: rgb(216,188,73); }
div.DivClassName
{
background-color: #D8BC49;
}
.BgClassName
{
background-color: #D8BC49;
}
</style>
border-color css
<style>
span { border-color: #D8BC49; }
span { border-color: rgb(216,188,73); }
td.TdClassName
{
border-color: #D8BC49;
}
.TagClassName
{
border-color: #D8BC49;
}
</style>