Shades of Confetti #D8BF4C
Tints of Confetti #D8BF4C
RGB
CMYK
RGB Variations
Color information
#D8BF4C (or 0xD8BF4C) is known color: Confetti. HEX triplet: D8, BF and 4C. RGB value is (216,191,76). Sum of RGB (Red+Green+Blue) = 216+191+76=483 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.72% from 483); Green value is 191 (75% from 255 or 39.54% from 483); Blue value is 76 (30.08% from 255 or 15.73% from 483); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BF4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8BF4C is #2740B3. Grayscale: #B9B9B9. Windows color (decimal): -2572468 or 5029848. OLE color: 5029848.
HSL color Cylindrical-coordinate representation of color #D8BF4C: hue angle of 49.29º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D8BF4C is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 191 | 76 | - |
| CMYK | 0 | 0.12 | 0.65 | 0.15 |
| HSL | 49.29º | 0.64% | 0.57% | - |
| HSV(B) | 49.29º | 0.65% | 0.85% | - |
| XYZ | 48.25 | 52.38 | 14.41 | - |
| YUV | 185.37 | 66.28 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 191 | 76 | 0 | 0.12 | 0.65 | 0.15 | 49.29 | 0.64 | 0.57 |
| Hex | D8 | BF | 4C | 0 | C | 41 | F | 31 | 40 | 39 |
| Octal | 330 | 277 | 114 | 0 | 14 | 101 | 17 | 61 | 100 | 71 |
| Binary | 11011000 | 10111111 | 1001100 | 0 | 1100 | 1000001 | 1111 | 110001 | 1000000 | 111001 |
Color Harmonies of #D8BF4C
Complementary color
Monochromatic Colors of #D8BF4C
Black with #D8BF4C
Text Example
Text Example
White with #D8BF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BF4C; }
p { color: rgb(216,191,76); }
H1.HeaderClassName
{
color: #D8BF4C;
}
.AnyTagClassName
{
color: #D8BF4C;
}
</style>
background-color css
<style>
a { background-color: #D8BF4C; }
a { background-color: rgb(216,191,76); }
div.DivClassName
{
background-color: #D8BF4C;
}
.BgClassName
{
background-color: #D8BF4C;
}
</style>
border-color css
<style>
span { border-color: #D8BF4C; }
span { border-color: rgb(216,191,76); }
td.TdClassName
{
border-color: #D8BF4C;
}
.TagClassName
{
border-color: #D8BF4C;
}
</style>