Shades of Confetti #D3BF4B
Tints of Confetti #D3BF4B
RGB
CMYK
RGB Variations
Color information
#D3BF4B (or 0xD3BF4B) is known color: Confetti. HEX triplet: D3, BF and 4B. RGB value is (211,191,75). Sum of RGB (Red+Green+Blue) = 211+191+75=477 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.23% from 477); Green value is 191 (75% from 255 or 40.04% from 477); Blue value is 75 (29.69% from 255 or 15.72% from 477); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BF4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3BF4B is #2C40B4. Grayscale: #B8B8B8. Windows color (decimal): -2900149 or 4964307. OLE color: 4964307.
HSL color Cylindrical-coordinate representation of color #D3BF4B: hue angle of 51.18º degrees, saturation: 0.61, 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 #D3BF4B is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 191 | 75 | - |
| CMYK | 0 | 0.09 | 0.64 | 0.17 |
| HSL | 51.18º | 0.61% | 0.56% | - |
| HSV(B) | 51.18º | 0.64% | 0.83% | - |
| XYZ | 46.76 | 51.62 | 14.16 | - |
| YUV | 183.76 | 66.63 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 191 | 75 | 0 | 0.09 | 0.64 | 0.17 | 51.18 | 0.61 | 0.56 |
| Hex | D3 | BF | 4B | 0 | 9 | 40 | 11 | 33 | 3D | 38 |
| Octal | 323 | 277 | 113 | 0 | 11 | 100 | 21 | 63 | 75 | 70 |
| Binary | 11010011 | 10111111 | 1001011 | 0 | 1001 | 1000000 | 10001 | 110011 | 111101 | 111000 |
Color Harmonies of #D3BF4B
Complementary color
Monochromatic Colors of #D3BF4B
Black with #D3BF4B
Text Example
Text Example
White with #D3BF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BF4B; }
p { color: rgb(211,191,75); }
H1.HeaderClassName
{
color: #D3BF4B;
}
.AnyTagClassName
{
color: #D3BF4B;
}
</style>
background-color css
<style>
a { background-color: #D3BF4B; }
a { background-color: rgb(211,191,75); }
div.DivClassName
{
background-color: #D3BF4B;
}
.BgClassName
{
background-color: #D3BF4B;
}
</style>
border-color css
<style>
span { border-color: #D3BF4B; }
span { border-color: rgb(211,191,75); }
td.TdClassName
{
border-color: #D3BF4B;
}
.TagClassName
{
border-color: #D3BF4B;
}
</style>