Shades of Confetti #D8BF4B
Tints of Confetti #D8BF4B
RGB
CMYK
RGB Variations
Color information
#D8BF4B (or 0xD8BF4B) is known color: Confetti. HEX triplet: D8, BF and 4B. RGB value is (216,191,75). Sum of RGB (Red+Green+Blue) = 216+191+75=482 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.81% from 482); Green value is 191 (75% from 255 or 39.63% from 482); Blue value is 75 (29.69% from 255 or 15.56% from 482); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BF4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8BF4B is #2740B4. Grayscale: #B9B9B9. Windows color (decimal): -2572469 or 4964312. OLE color: 4964312.
HSL color Cylindrical-coordinate representation of color #D8BF4B: hue angle of 49.36º 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 #D8BF4B is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 191 | 75 | - |
| CMYK | 0 | 0.12 | 0.65 | 0.15 |
| HSL | 49.36º | 0.64% | 0.57% | - |
| HSV(B) | 49.36º | 0.65% | 0.85% | - |
| XYZ | 48.22 | 52.37 | 14.22 | - |
| YUV | 185.25 | 65.78 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 191 | 75 | 0 | 0.12 | 0.65 | 0.15 | 49.36 | 0.64 | 0.57 |
| Hex | D8 | BF | 4B | 0 | C | 41 | F | 31 | 40 | 39 |
| Octal | 330 | 277 | 113 | 0 | 14 | 101 | 17 | 61 | 100 | 71 |
| Binary | 11011000 | 10111111 | 1001011 | 0 | 1100 | 1000001 | 1111 | 110001 | 1000000 | 111001 |
Color Harmonies of #D8BF4B
Complementary color
Monochromatic Colors of #D8BF4B
Black with #D8BF4B
Text Example
Text Example
White with #D8BF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BF4B; }
p { color: rgb(216,191,75); }
H1.HeaderClassName
{
color: #D8BF4B;
}
.AnyTagClassName
{
color: #D8BF4B;
}
</style>
background-color css
<style>
a { background-color: #D8BF4B; }
a { background-color: rgb(216,191,75); }
div.DivClassName
{
background-color: #D8BF4B;
}
.BgClassName
{
background-color: #D8BF4B;
}
</style>
border-color css
<style>
span { border-color: #D8BF4B; }
span { border-color: rgb(216,191,75); }
td.TdClassName
{
border-color: #D8BF4B;
}
.TagClassName
{
border-color: #D8BF4B;
}
</style>