Shades of Confetti #D2BE4E
Tints of Confetti #D2BE4E
RGB
CMYK
RGB Variations
Color information
#D2BE4E (or 0xD2BE4E) is known color: Confetti. HEX triplet: D2, BE and 4E. RGB value is (210,190,78). Sum of RGB (Red+Green+Blue) = 210+190+78=478 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.93% from 478); Green value is 190 (74.61% from 255 or 39.75% from 478); Blue value is 78 (30.86% from 255 or 16.32% from 478); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BE4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2BE4E is #2D41B1. Grayscale: #B7B7B7. Windows color (decimal): -2965938 or 5160658. OLE color: 5160658.
HSL color Cylindrical-coordinate representation of color #D2BE4E: hue angle of 50.91º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D2BE4E is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 190 | 78 | - |
| CMYK | 0 | 0.10 | 0.63 | 0.18 |
| HSL | 50.91º | 0.59% | 0.56% | - |
| HSV(B) | 50.91º | 0.63% | 0.82% | - |
| XYZ | 46.37 | 51.08 | 14.62 | - |
| YUV | 183.21 | 68.63 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 190 | 78 | 0 | 0.10 | 0.63 | 0.18 | 50.91 | 0.59 | 0.56 |
| Hex | D2 | BE | 4E | 0 | A | 3F | 12 | 33 | 3B | 38 |
| Octal | 322 | 276 | 116 | 0 | 12 | 77 | 22 | 63 | 73 | 70 |
| Binary | 11010010 | 10111110 | 1001110 | 0 | 1010 | 111111 | 10010 | 110011 | 111011 | 111000 |
Color Harmonies of #D2BE4E
Complementary color
Monochromatic Colors of #D2BE4E
Black with #D2BE4E
Text Example
Text Example
White with #D2BE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BE4E; }
p { color: rgb(210,190,78); }
H1.HeaderClassName
{
color: #D2BE4E;
}
.AnyTagClassName
{
color: #D2BE4E;
}
</style>
background-color css
<style>
a { background-color: #D2BE4E; }
a { background-color: rgb(210,190,78); }
div.DivClassName
{
background-color: #D2BE4E;
}
.BgClassName
{
background-color: #D2BE4E;
}
</style>
border-color css
<style>
span { border-color: #D2BE4E; }
span { border-color: rgb(210,190,78); }
td.TdClassName
{
border-color: #D2BE4E;
}
.TagClassName
{
border-color: #D2BE4E;
}
</style>