Shades of Confetti #D6BF50
Tints of Confetti #D6BF50
RGB
CMYK
RGB Variations
Color information
#D6BF50 (or 0xD6BF50) is known color: Confetti. HEX triplet: D6, BF and 50. RGB value is (214,191,80). Sum of RGB (Red+Green+Blue) = 214+191+80=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 191 (75% from 255 or 39.38% from 485); Blue value is 80 (31.64% from 255 or 16.49% from 485); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BF50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BF50 is #2940AF. Grayscale: #B9B9B9. Windows color (decimal): -2703536 or 5291990. OLE color: 5291990.
HSL color Cylindrical-coordinate representation of color #D6BF50: hue angle of 49.7º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D6BF50 is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 191 | 80 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.16 |
| HSL | 49.7º | 0.62% | 0.58% | - |
| HSV(B) | 49.7º | 0.63% | 0.84% | - |
| XYZ | 47.81 | 52.14 | 15.13 | - |
| YUV | 185.22 | 68.62 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 191 | 80 | 0 | 0.11 | 0.63 | 0.16 | 49.7 | 0.62 | 0.58 |
| Hex | D6 | BF | 50 | 0 | B | 3F | 10 | 32 | 3E | 3A |
| Octal | 326 | 277 | 120 | 0 | 13 | 77 | 20 | 62 | 76 | 72 |
| Binary | 11010110 | 10111111 | 1010000 | 0 | 1011 | 111111 | 10000 | 110010 | 111110 | 111010 |
Color Harmonies of #D6BF50
Complementary color
Monochromatic Colors of #D6BF50
Black with #D6BF50
Text Example
Text Example
White with #D6BF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BF50; }
p { color: rgb(214,191,80); }
H1.HeaderClassName
{
color: #D6BF50;
}
.AnyTagClassName
{
color: #D6BF50;
}
</style>
background-color css
<style>
a { background-color: #D6BF50; }
a { background-color: rgb(214,191,80); }
div.DivClassName
{
background-color: #D6BF50;
}
.BgClassName
{
background-color: #D6BF50;
}
</style>
border-color css
<style>
span { border-color: #D6BF50; }
span { border-color: rgb(214,191,80); }
td.TdClassName
{
border-color: #D6BF50;
}
.TagClassName
{
border-color: #D6BF50;
}
</style>