Shades of Confetti #D7BF49
Tints of Confetti #D7BF49
RGB
CMYK
RGB Variations
Color information
#D7BF49 (or 0xD7BF49) is known color: Confetti. HEX triplet: D7, BF and 49. RGB value is (215,191,73). Sum of RGB (Red+Green+Blue) = 215+191+73=479 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.89% from 479); Green value is 191 (75% from 255 or 39.87% from 479); Blue value is 73 (28.91% from 255 or 15.24% from 479); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BF49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7BF49 is #2840B6. Grayscale: #B9B9B9. Windows color (decimal): -2638007 or 4833239. OLE color: 4833239.
HSL color Cylindrical-coordinate representation of color #D7BF49: hue angle of 49.86º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D7BF49 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 191 | 73 | - |
| CMYK | 0 | 0.11 | 0.66 | 0.16 |
| HSL | 49.86º | 0.64% | 0.56% | - |
| HSV(B) | 49.86º | 0.66% | 0.84% | - |
| XYZ | 47.86 | 52.19 | 13.85 | - |
| YUV | 184.72 | 64.95 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 191 | 73 | 0 | 0.11 | 0.66 | 0.16 | 49.86 | 0.64 | 0.56 |
| Hex | D7 | BF | 49 | 0 | B | 42 | 10 | 32 | 40 | 38 |
| Octal | 327 | 277 | 111 | 0 | 13 | 102 | 20 | 62 | 100 | 70 |
| Binary | 11010111 | 10111111 | 1001001 | 0 | 1011 | 1000010 | 10000 | 110010 | 1000000 | 111000 |
Color Harmonies of #D7BF49
Complementary color
Monochromatic Colors of #D7BF49
Black with #D7BF49
Text Example
Text Example
White with #D7BF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BF49; }
p { color: rgb(215,191,73); }
H1.HeaderClassName
{
color: #D7BF49;
}
.AnyTagClassName
{
color: #D7BF49;
}
</style>
background-color css
<style>
a { background-color: #D7BF49; }
a { background-color: rgb(215,191,73); }
div.DivClassName
{
background-color: #D7BF49;
}
.BgClassName
{
background-color: #D7BF49;
}
</style>
border-color css
<style>
span { border-color: #D7BF49; }
span { border-color: rgb(215,191,73); }
td.TdClassName
{
border-color: #D7BF49;
}
.TagClassName
{
border-color: #D7BF49;
}
</style>