Shades of Confetti #D8BF43
Tints of Confetti #D8BF43
RGB
CMYK
RGB Variations
Color information
#D8BF43 (or 0xD8BF43) is known color: Confetti. HEX triplet: D8, BF and 43. RGB value is (216,191,67). Sum of RGB (Red+Green+Blue) = 216+191+67=474 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.57% from 474); Green value is 191 (75% from 255 or 40.30% from 474); Blue value is 67 (26.56% from 255 or 14.14% from 474); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BF43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8BF43 is #2740BC. Grayscale: #B8B8B8. Windows color (decimal): -2572477 or 4440024. OLE color: 4440024.
HSL color Cylindrical-coordinate representation of color #D8BF43: hue angle of 49.93º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D8BF43 is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 191 | 67 | - |
| CMYK | 0 | 0.12 | 0.69 | 0.15 |
| HSL | 49.93º | 0.66% | 0.55% | - |
| HSV(B) | 49.93º | 0.69% | 0.85% | - |
| XYZ | 47.96 | 52.27 | 12.87 | - |
| YUV | 184.34 | 61.78 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 191 | 67 | 0 | 0.12 | 0.69 | 0.15 | 49.93 | 0.66 | 0.55 |
| Hex | D8 | BF | 43 | 0 | C | 45 | F | 32 | 42 | 37 |
| Octal | 330 | 277 | 103 | 0 | 14 | 105 | 17 | 62 | 102 | 67 |
| Binary | 11011000 | 10111111 | 1000011 | 0 | 1100 | 1000101 | 1111 | 110010 | 1000010 | 110111 |
Color Harmonies of #D8BF43
Complementary color
Monochromatic Colors of #D8BF43
Black with #D8BF43
Text Example
Text Example
White with #D8BF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BF43; }
p { color: rgb(216,191,67); }
H1.HeaderClassName
{
color: #D8BF43;
}
.AnyTagClassName
{
color: #D8BF43;
}
</style>
background-color css
<style>
a { background-color: #D8BF43; }
a { background-color: rgb(216,191,67); }
div.DivClassName
{
background-color: #D8BF43;
}
.BgClassName
{
background-color: #D8BF43;
}
</style>
border-color css
<style>
span { border-color: #D8BF43; }
span { border-color: rgb(216,191,67); }
td.TdClassName
{
border-color: #D8BF43;
}
.TagClassName
{
border-color: #D8BF43;
}
</style>