Shades of Confetti #D3BF4A
Tints of Confetti #D3BF4A
RGB
CMYK
RGB Variations
Color information
#D3BF4A (or 0xD3BF4A) is known color: Confetti. HEX triplet: D3, BF and 4A. RGB value is (211,191,74). Sum of RGB (Red+Green+Blue) = 211+191+74=476 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.33% from 476); Green value is 191 (75% from 255 or 40.13% from 476); Blue value is 74 (29.30% from 255 or 15.55% from 476); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BF4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3BF4A is #2C40B5. Grayscale: #B8B8B8. Windows color (decimal): -2900150 or 4898771. OLE color: 4898771.
HSL color Cylindrical-coordinate representation of color #D3BF4A: hue angle of 51.24º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D3BF4A is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 191 | 74 | - |
| CMYK | 0 | 0.09 | 0.65 | 0.17 |
| HSL | 51.24º | 0.61% | 0.56% | - |
| HSV(B) | 51.24º | 0.65% | 0.83% | - |
| XYZ | 46.73 | 51.6 | 13.98 | - |
| YUV | 183.64 | 66.13 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 191 | 74 | 0 | 0.09 | 0.65 | 0.17 | 51.24 | 0.61 | 0.56 |
| Hex | D3 | BF | 4A | 0 | 9 | 41 | 11 | 33 | 3D | 38 |
| Octal | 323 | 277 | 112 | 0 | 11 | 101 | 21 | 63 | 75 | 70 |
| Binary | 11010011 | 10111111 | 1001010 | 0 | 1001 | 1000001 | 10001 | 110011 | 111101 | 111000 |
Color Harmonies of #D3BF4A
Complementary color
Monochromatic Colors of #D3BF4A
Black with #D3BF4A
Text Example
Text Example
White with #D3BF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BF4A; }
p { color: rgb(211,191,74); }
H1.HeaderClassName
{
color: #D3BF4A;
}
.AnyTagClassName
{
color: #D3BF4A;
}
</style>
background-color css
<style>
a { background-color: #D3BF4A; }
a { background-color: rgb(211,191,74); }
div.DivClassName
{
background-color: #D3BF4A;
}
.BgClassName
{
background-color: #D3BF4A;
}
</style>
border-color css
<style>
span { border-color: #D3BF4A; }
span { border-color: rgb(211,191,74); }
td.TdClassName
{
border-color: #D3BF4A;
}
.TagClassName
{
border-color: #D3BF4A;
}
</style>