Shades of Confetti #D8BD4E
Tints of Confetti #D8BD4E
RGB
CMYK
RGB Variations
Color information
#D8BD4E (or 0xD8BD4E) is known color: Confetti. HEX triplet: D8, BD and 4E. RGB value is (216,189,78). Sum of RGB (Red+Green+Blue) = 216+189+78=483 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.72% from 483); Green value is 189 (74.22% from 255 or 39.13% from 483); Blue value is 78 (30.86% from 255 or 16.15% from 483); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BD4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8BD4E is #2742B1. Grayscale: #B8B8B8. Windows color (decimal): -2572978 or 5160408. OLE color: 5160408.
HSL color Cylindrical-coordinate representation of color #D8BD4E: hue angle of 48.26º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D8BD4E is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 189 | 78 | - |
| CMYK | 0 | 0.12 | 0.64 | 0.15 |
| HSL | 48.26º | 0.64% | 0.58% | - |
| HSV(B) | 48.26º | 0.64% | 0.85% | - |
| XYZ | 47.89 | 51.54 | 14.63 | - |
| YUV | 184.42 | 67.95 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 189 | 78 | 0 | 0.12 | 0.64 | 0.15 | 48.26 | 0.64 | 0.58 |
| Hex | D8 | BD | 4E | 0 | C | 40 | F | 30 | 40 | 3A |
| Octal | 330 | 275 | 116 | 0 | 14 | 100 | 17 | 60 | 100 | 72 |
| Binary | 11011000 | 10111101 | 1001110 | 0 | 1100 | 1000000 | 1111 | 110000 | 1000000 | 111010 |
Color Harmonies of #D8BD4E
Complementary color
Monochromatic Colors of #D8BD4E
Black with #D8BD4E
Text Example
Text Example
White with #D8BD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BD4E; }
p { color: rgb(216,189,78); }
H1.HeaderClassName
{
color: #D8BD4E;
}
.AnyTagClassName
{
color: #D8BD4E;
}
</style>
background-color css
<style>
a { background-color: #D8BD4E; }
a { background-color: rgb(216,189,78); }
div.DivClassName
{
background-color: #D8BD4E;
}
.BgClassName
{
background-color: #D8BD4E;
}
</style>
border-color css
<style>
span { border-color: #D8BD4E; }
span { border-color: rgb(216,189,78); }
td.TdClassName
{
border-color: #D8BD4E;
}
.TagClassName
{
border-color: #D8BD4E;
}
</style>