Shades of Confetti #D3BE4E
Tints of Confetti #D3BE4E
RGB
CMYK
RGB Variations
Color information
#D3BE4E (or 0xD3BE4E) is known color: Confetti. HEX triplet: D3, BE and 4E. RGB value is (211,190,78). Sum of RGB (Red+Green+Blue) = 211+190+78=479 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.05% from 479); Green value is 190 (74.61% from 255 or 39.67% from 479); Blue value is 78 (30.86% from 255 or 16.28% from 479); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BE4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3BE4E is #2C41B1. Grayscale: #B7B7B7. Windows color (decimal): -2900402 or 5160659. OLE color: 5160659.
HSL color Cylindrical-coordinate representation of color #D3BE4E: hue angle of 50.53º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D3BE4E is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 190 | 78 | - |
| CMYK | 0 | 0.10 | 0.63 | 0.17 |
| HSL | 50.53º | 0.6% | 0.57% | - |
| HSV(B) | 50.53º | 0.63% | 0.83% | - |
| XYZ | 46.65 | 51.23 | 14.64 | - |
| YUV | 183.51 | 68.46 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 190 | 78 | 0 | 0.10 | 0.63 | 0.17 | 50.53 | 0.6 | 0.57 |
| Hex | D3 | BE | 4E | 0 | A | 3F | 11 | 33 | 3C | 39 |
| Octal | 323 | 276 | 116 | 0 | 12 | 77 | 21 | 63 | 74 | 71 |
| Binary | 11010011 | 10111110 | 1001110 | 0 | 1010 | 111111 | 10001 | 110011 | 111100 | 111001 |
Color Harmonies of #D3BE4E
Complementary color
Monochromatic Colors of #D3BE4E
Black with #D3BE4E
Text Example
Text Example
White with #D3BE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BE4E; }
p { color: rgb(211,190,78); }
H1.HeaderClassName
{
color: #D3BE4E;
}
.AnyTagClassName
{
color: #D3BE4E;
}
</style>
background-color css
<style>
a { background-color: #D3BE4E; }
a { background-color: rgb(211,190,78); }
div.DivClassName
{
background-color: #D3BE4E;
}
.BgClassName
{
background-color: #D3BE4E;
}
</style>
border-color css
<style>
span { border-color: #D3BE4E; }
span { border-color: rgb(211,190,78); }
td.TdClassName
{
border-color: #D3BE4E;
}
.TagClassName
{
border-color: #D3BE4E;
}
</style>