Shades of Confetti #D3BD4D
Tints of Confetti #D3BD4D
RGB
CMYK
RGB Variations
Color information
#D3BD4D (or 0xD3BD4D) is known color: Confetti. HEX triplet: D3, BD and 4D. RGB value is (211,189,77). Sum of RGB (Red+Green+Blue) = 211+189+77=477 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.23% from 477); Green value is 189 (74.22% from 255 or 39.62% from 477); Blue value is 77 (30.47% from 255 or 16.14% from 477); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BD4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3BD4D is #2C42B2. Grayscale: #B7B7B7. Windows color (decimal): -2900659 or 5094867. OLE color: 5094867.
HSL color Cylindrical-coordinate representation of color #D3BD4D: hue angle of 50.15º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D3BD4D is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 189 | 77 | - |
| CMYK | 0 | 0.10 | 0.64 | 0.17 |
| HSL | 50.15º | 0.6% | 0.56% | - |
| HSV(B) | 50.15º | 0.64% | 0.83% | - |
| XYZ | 46.4 | 50.78 | 14.38 | - |
| YUV | 182.81 | 68.29 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 189 | 77 | 0 | 0.10 | 0.64 | 0.17 | 50.15 | 0.6 | 0.56 |
| Hex | D3 | BD | 4D | 0 | A | 40 | 11 | 32 | 3C | 38 |
| Octal | 323 | 275 | 115 | 0 | 12 | 100 | 21 | 62 | 74 | 70 |
| Binary | 11010011 | 10111101 | 1001101 | 0 | 1010 | 1000000 | 10001 | 110010 | 111100 | 111000 |
Color Harmonies of #D3BD4D
Complementary color
Monochromatic Colors of #D3BD4D
Black with #D3BD4D
Text Example
Text Example
White with #D3BD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BD4D; }
p { color: rgb(211,189,77); }
H1.HeaderClassName
{
color: #D3BD4D;
}
.AnyTagClassName
{
color: #D3BD4D;
}
</style>
background-color css
<style>
a { background-color: #D3BD4D; }
a { background-color: rgb(211,189,77); }
div.DivClassName
{
background-color: #D3BD4D;
}
.BgClassName
{
background-color: #D3BD4D;
}
</style>
border-color css
<style>
span { border-color: #D3BD4D; }
span { border-color: rgb(211,189,77); }
td.TdClassName
{
border-color: #D3BD4D;
}
.TagClassName
{
border-color: #D3BD4D;
}
</style>