Shades of Confetti #D6C850
Tints of Confetti #D6C850
RGB
CMYK
RGB Variations
Color information
#D6C850 (or 0xD6C850) is known color: Confetti. HEX triplet: D6, C8 and 50. RGB value is (214,200,80). Sum of RGB (Red+Green+Blue) = 214+200+80=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 200 (78.52% from 255 or 40.49% from 494); Blue value is 80 (31.64% from 255 or 16.19% from 494); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C850 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C850 is #2937AF. Grayscale: #BFBFBF. Windows color (decimal): -2701232 or 5294294. OLE color: 5294294.
HSL color Cylindrical-coordinate representation of color #D6C850: hue angle of 53.73º 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 #D6C850 is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 200 | 80 | - |
| CMYK | 0 | 0.07 | 0.63 | 0.16 |
| HSL | 53.73º | 0.62% | 0.58% | - |
| HSV(B) | 53.73º | 0.63% | 0.84% | - |
| XYZ | 49.83 | 56.18 | 15.81 | - |
| YUV | 190.51 | 65.64 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 200 | 80 | 0 | 0.07 | 0.63 | 0.16 | 53.73 | 0.62 | 0.58 |
| Hex | D6 | C8 | 50 | 0 | 7 | 3F | 10 | 36 | 3E | 3A |
| Octal | 326 | 310 | 120 | 0 | 7 | 77 | 20 | 66 | 76 | 72 |
| Binary | 11010110 | 11001000 | 1010000 | 0 | 111 | 111111 | 10000 | 110110 | 111110 | 111010 |
Color Harmonies of #D6C850
Complementary color
Monochromatic Colors of #D6C850
Black with #D6C850
Text Example
Text Example
White with #D6C850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C850; }
p { color: rgb(214,200,80); }
H1.HeaderClassName
{
color: #D6C850;
}
.AnyTagClassName
{
color: #D6C850;
}
</style>
background-color css
<style>
a { background-color: #D6C850; }
a { background-color: rgb(214,200,80); }
div.DivClassName
{
background-color: #D6C850;
}
.BgClassName
{
background-color: #D6C850;
}
</style>
border-color css
<style>
span { border-color: #D6C850; }
span { border-color: rgb(214,200,80); }
td.TdClassName
{
border-color: #D6C850;
}
.TagClassName
{
border-color: #D6C850;
}
</style>