Shades of Confetti #D5BE4E
Tints of Confetti #D5BE4E
RGB
CMYK
RGB Variations
Color information
#D5BE4E (or 0xD5BE4E) is known color: Confetti. HEX triplet: D5, BE and 4E. RGB value is (213,190,78). Sum of RGB (Red+Green+Blue) = 213+190+78=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 190 (74.61% from 255 or 39.50% from 481); Blue value is 78 (30.86% from 255 or 16.22% from 481); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BE4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BE4E is #2A41B1. Grayscale: #B8B8B8. Windows color (decimal): -2769330 or 5160661. OLE color: 5160661.
HSL color Cylindrical-coordinate representation of color #D5BE4E: hue angle of 49.78º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D5BE4E is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 190 | 78 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.16 |
| HSL | 49.78º | 0.62% | 0.57% | - |
| HSV(B) | 49.78º | 0.63% | 0.84% | - |
| XYZ | 47.23 | 51.52 | 14.66 | - |
| YUV | 184.11 | 68.12 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 190 | 78 | 0 | 0.11 | 0.63 | 0.16 | 49.78 | 0.62 | 0.57 |
| Hex | D5 | BE | 4E | 0 | B | 3F | 10 | 32 | 3E | 39 |
| Octal | 325 | 276 | 116 | 0 | 13 | 77 | 20 | 62 | 76 | 71 |
| Binary | 11010101 | 10111110 | 1001110 | 0 | 1011 | 111111 | 10000 | 110010 | 111110 | 111001 |
Color Harmonies of #D5BE4E
Complementary color
Monochromatic Colors of #D5BE4E
Black with #D5BE4E
Text Example
Text Example
White with #D5BE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BE4E; }
p { color: rgb(213,190,78); }
H1.HeaderClassName
{
color: #D5BE4E;
}
.AnyTagClassName
{
color: #D5BE4E;
}
</style>
background-color css
<style>
a { background-color: #D5BE4E; }
a { background-color: rgb(213,190,78); }
div.DivClassName
{
background-color: #D5BE4E;
}
.BgClassName
{
background-color: #D5BE4E;
}
</style>
border-color css
<style>
span { border-color: #D5BE4E; }
span { border-color: rgb(213,190,78); }
td.TdClassName
{
border-color: #D5BE4E;
}
.TagClassName
{
border-color: #D5BE4E;
}
</style>