Shades of Confetti #D3BE4C
Tints of Confetti #D3BE4C
RGB
CMYK
RGB Variations
Color information
#D3BE4C (or 0xD3BE4C) is known color: Confetti. HEX triplet: D3, BE and 4C. RGB value is (211,190,76). Sum of RGB (Red+Green+Blue) = 211+190+76=477 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.23% from 477); Green value is 190 (74.61% from 255 or 39.83% from 477); Blue value is 76 (30.08% from 255 or 15.93% from 477); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BE4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3BE4C is #2C41B3. Grayscale: #B7B7B7. Windows color (decimal): -2900404 or 5029587. OLE color: 5029587.
HSL color Cylindrical-coordinate representation of color #D3BE4C: hue angle of 50.67º 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 #D3BE4C is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 190 | 76 | - |
| CMYK | 0 | 0.10 | 0.64 | 0.17 |
| HSL | 50.67º | 0.61% | 0.56% | - |
| HSV(B) | 50.67º | 0.64% | 0.83% | - |
| XYZ | 46.58 | 51.2 | 14.26 | - |
| YUV | 183.28 | 67.46 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 190 | 76 | 0 | 0.10 | 0.64 | 0.17 | 50.67 | 0.61 | 0.56 |
| Hex | D3 | BE | 4C | 0 | A | 40 | 11 | 33 | 3D | 38 |
| Octal | 323 | 276 | 114 | 0 | 12 | 100 | 21 | 63 | 75 | 70 |
| Binary | 11010011 | 10111110 | 1001100 | 0 | 1010 | 1000000 | 10001 | 110011 | 111101 | 111000 |
Color Harmonies of #D3BE4C
Complementary color
Monochromatic Colors of #D3BE4C
Black with #D3BE4C
Text Example
Text Example
White with #D3BE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BE4C; }
p { color: rgb(211,190,76); }
H1.HeaderClassName
{
color: #D3BE4C;
}
.AnyTagClassName
{
color: #D3BE4C;
}
</style>
background-color css
<style>
a { background-color: #D3BE4C; }
a { background-color: rgb(211,190,76); }
div.DivClassName
{
background-color: #D3BE4C;
}
.BgClassName
{
background-color: #D3BE4C;
}
</style>
border-color css
<style>
span { border-color: #D3BE4C; }
span { border-color: rgb(211,190,76); }
td.TdClassName
{
border-color: #D3BE4C;
}
.TagClassName
{
border-color: #D3BE4C;
}
</style>