Shades of Confetti #D6C250
Tints of Confetti #D6C250
RGB
CMYK
RGB Variations
Color information
#D6C250 (or 0xD6C250) is known color: Confetti. HEX triplet: D6, C2 and 50. RGB value is (214,194,80). Sum of RGB (Red+Green+Blue) = 214+194+80=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 194 (76.17% from 255 or 39.75% from 488); Blue value is 80 (31.64% from 255 or 16.39% from 488); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C250 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C250 is #293DAF. Grayscale: #BBBBBB. Windows color (decimal): -2702768 or 5292758. OLE color: 5292758.
HSL color Cylindrical-coordinate representation of color #D6C250: hue angle of 51.04º 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 #D6C250 is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 194 | 80 | - |
| CMYK | 0 | 0.09 | 0.63 | 0.16 |
| HSL | 51.04º | 0.62% | 0.58% | - |
| HSV(B) | 51.04º | 0.63% | 0.84% | - |
| XYZ | 48.47 | 53.46 | 15.35 | - |
| YUV | 186.98 | 67.63 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 194 | 80 | 0 | 0.09 | 0.63 | 0.16 | 51.04 | 0.62 | 0.58 |
| Hex | D6 | C2 | 50 | 0 | 9 | 3F | 10 | 33 | 3E | 3A |
| Octal | 326 | 302 | 120 | 0 | 11 | 77 | 20 | 63 | 76 | 72 |
| Binary | 11010110 | 11000010 | 1010000 | 0 | 1001 | 111111 | 10000 | 110011 | 111110 | 111010 |
Color Harmonies of #D6C250
Complementary color
Monochromatic Colors of #D6C250
Black with #D6C250
Text Example
Text Example
White with #D6C250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C250; }
p { color: rgb(214,194,80); }
H1.HeaderClassName
{
color: #D6C250;
}
.AnyTagClassName
{
color: #D6C250;
}
</style>
background-color css
<style>
a { background-color: #D6C250; }
a { background-color: rgb(214,194,80); }
div.DivClassName
{
background-color: #D6C250;
}
.BgClassName
{
background-color: #D6C250;
}
</style>
border-color css
<style>
span { border-color: #D6C250; }
span { border-color: rgb(214,194,80); }
td.TdClassName
{
border-color: #D6C250;
}
.TagClassName
{
border-color: #D6C250;
}
</style>