Shades of Confetti #D5BE49
Tints of Confetti #D5BE49
RGB
CMYK
RGB Variations
Color information
#D5BE49 (or 0xD5BE49) is known color: Confetti. HEX triplet: D5, BE and 49. RGB value is (213,190,73). Sum of RGB (Red+Green+Blue) = 213+190+73=476 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.75% from 476); Green value is 190 (74.61% from 255 or 39.92% from 476); Blue value is 73 (28.91% from 255 or 15.34% from 476); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BE49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5BE49 is #2A41B6. Grayscale: #B8B8B8. Windows color (decimal): -2769335 or 4832981. OLE color: 4832981.
HSL color Cylindrical-coordinate representation of color #D5BE49: hue angle of 50.14º degrees, saturation: 0.62, 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 #D5BE49 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 190 | 73 | - |
| CMYK | 0 | 0.11 | 0.66 | 0.16 |
| HSL | 50.14º | 0.63% | 0.56% | - |
| HSV(B) | 50.14º | 0.66% | 0.84% | - |
| XYZ | 47.06 | 51.45 | 13.75 | - |
| YUV | 183.54 | 65.62 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 190 | 73 | 0 | 0.11 | 0.66 | 0.16 | 50.14 | 0.63 | 0.56 |
| Hex | D5 | BE | 49 | 0 | B | 42 | 10 | 32 | 3E | 38 |
| Octal | 325 | 276 | 111 | 0 | 13 | 102 | 20 | 62 | 76 | 70 |
| Binary | 11010101 | 10111110 | 1001001 | 0 | 1011 | 1000010 | 10000 | 110010 | 111110 | 111000 |
Color Harmonies of #D5BE49
Complementary color
Monochromatic Colors of #D5BE49
Black with #D5BE49
Text Example
Text Example
White with #D5BE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BE49; }
p { color: rgb(213,190,73); }
H1.HeaderClassName
{
color: #D5BE49;
}
.AnyTagClassName
{
color: #D5BE49;
}
</style>
background-color css
<style>
a { background-color: #D5BE49; }
a { background-color: rgb(213,190,73); }
div.DivClassName
{
background-color: #D5BE49;
}
.BgClassName
{
background-color: #D5BE49;
}
</style>
border-color css
<style>
span { border-color: #D5BE49; }
span { border-color: rgb(213,190,73); }
td.TdClassName
{
border-color: #D5BE49;
}
.TagClassName
{
border-color: #D5BE49;
}
</style>