Shades of Confetti #D8BF4F
Tints of Confetti #D8BF4F
RGB
CMYK
RGB Variations
Color information
#D8BF4F (or 0xD8BF4F) is known color: Confetti. HEX triplet: D8, BF and 4F. RGB value is (216,191,79). Sum of RGB (Red+Green+Blue) = 216+191+79=486 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.44% from 486); Green value is 191 (75% from 255 or 39.30% from 486); Blue value is 79 (31.25% from 255 or 16.26% from 486); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BF4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8BF4F is #2740B0. Grayscale: #BABABA. Windows color (decimal): -2572465 or 5226456. OLE color: 5226456.
HSL color Cylindrical-coordinate representation of color #D8BF4F: hue angle of 49.05º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D8BF4F is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 191 | 79 | - |
| CMYK | 0 | 0.12 | 0.63 | 0.15 |
| HSL | 49.05º | 0.64% | 0.58% | - |
| HSV(B) | 49.05º | 0.63% | 0.85% | - |
| XYZ | 48.36 | 52.43 | 14.97 | - |
| YUV | 185.71 | 67.78 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 191 | 79 | 0 | 0.12 | 0.63 | 0.15 | 49.05 | 0.64 | 0.58 |
| Hex | D8 | BF | 4F | 0 | C | 3F | F | 31 | 40 | 3A |
| Octal | 330 | 277 | 117 | 0 | 14 | 77 | 17 | 61 | 100 | 72 |
| Binary | 11011000 | 10111111 | 1001111 | 0 | 1100 | 111111 | 1111 | 110001 | 1000000 | 111010 |
Color Harmonies of #D8BF4F
Complementary color
Monochromatic Colors of #D8BF4F
Black with #D8BF4F
Text Example
Text Example
White with #D8BF4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BF4F; }
p { color: rgb(216,191,79); }
H1.HeaderClassName
{
color: #D8BF4F;
}
.AnyTagClassName
{
color: #D8BF4F;
}
</style>
background-color css
<style>
a { background-color: #D8BF4F; }
a { background-color: rgb(216,191,79); }
div.DivClassName
{
background-color: #D8BF4F;
}
.BgClassName
{
background-color: #D8BF4F;
}
</style>
border-color css
<style>
span { border-color: #D8BF4F; }
span { border-color: rgb(216,191,79); }
td.TdClassName
{
border-color: #D8BF4F;
}
.TagClassName
{
border-color: #D8BF4F;
}
</style>