Shades of Confetti #D4BE49
Tints of Confetti #D4BE49
RGB
CMYK
RGB Variations
Color information
#D4BE49 (or 0xD4BE49) is known color: Confetti. HEX triplet: D4, BE and 49. RGB value is (212,190,73). Sum of RGB (Red+Green+Blue) = 212+190+73=475 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.63% from 475); Green value is 190 (74.61% from 255 or 40% from 475); Blue value is 73 (28.91% from 255 or 15.37% from 475); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BE49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4BE49 is #2B41B6. Grayscale: #B7B7B7. Windows color (decimal): -2834871 or 4832980. OLE color: 4832980.
HSL color Cylindrical-coordinate representation of color #D4BE49: hue angle of 50.5º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D4BE49 is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 190 | 73 | - |
| CMYK | 0 | 0.10 | 0.66 | 0.17 |
| HSL | 50.5º | 0.62% | 0.56% | - |
| HSV(B) | 50.5º | 0.66% | 0.83% | - |
| XYZ | 46.77 | 51.31 | 13.74 | - |
| YUV | 183.24 | 65.79 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 190 | 73 | 0 | 0.10 | 0.66 | 0.17 | 50.5 | 0.62 | 0.56 |
| Hex | D4 | BE | 49 | 0 | A | 42 | 11 | 33 | 3E | 38 |
| Octal | 324 | 276 | 111 | 0 | 12 | 102 | 21 | 63 | 76 | 70 |
| Binary | 11010100 | 10111110 | 1001001 | 0 | 1010 | 1000010 | 10001 | 110011 | 111110 | 111000 |
Color Harmonies of #D4BE49
Complementary color
Monochromatic Colors of #D4BE49
Black with #D4BE49
Text Example
Text Example
White with #D4BE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BE49; }
p { color: rgb(212,190,73); }
H1.HeaderClassName
{
color: #D4BE49;
}
.AnyTagClassName
{
color: #D4BE49;
}
</style>
background-color css
<style>
a { background-color: #D4BE49; }
a { background-color: rgb(212,190,73); }
div.DivClassName
{
background-color: #D4BE49;
}
.BgClassName
{
background-color: #D4BE49;
}
</style>
border-color css
<style>
span { border-color: #D4BE49; }
span { border-color: rgb(212,190,73); }
td.TdClassName
{
border-color: #D4BE49;
}
.TagClassName
{
border-color: #D4BE49;
}
</style>