Shades of Confetti #D6C656
Tints of Confetti #D6C656
RGB
CMYK
RGB Variations
Color information
#D6C656 (or 0xD6C656) is known color: Confetti. HEX triplet: D6, C6 and 56. RGB value is (214,198,86). Sum of RGB (Red+Green+Blue) = 214+198+86=498 (65% of max value = 765). Red value is 214 (83.98% from 255 or 42.97% from 498); Green value is 198 (77.73% from 255 or 39.76% from 498); Blue value is 86 (33.98% from 255 or 17.27% from 498); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C656 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C656 is #2939A9. Grayscale: #BEBEBE. Windows color (decimal): -2701738 or 5686998. OLE color: 5686998.
HSL color Cylindrical-coordinate representation of color #D6C656: hue angle of 52.5º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D6C656 is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 198 | 86 | - |
| CMYK | 0 | 0.07 | 0.60 | 0.16 |
| HSL | 52.5º | 0.61% | 0.59% | - |
| HSV(B) | 52.5º | 0.6% | 0.84% | - |
| XYZ | 49.61 | 55.36 | 16.87 | - |
| YUV | 190.02 | 69.3 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 198 | 86 | 0 | 0.07 | 0.60 | 0.16 | 52.5 | 0.61 | 0.59 |
| Hex | D6 | C6 | 56 | 0 | 7 | 3C | 10 | 34 | 3D | 3B |
| Octal | 326 | 306 | 126 | 0 | 7 | 74 | 20 | 64 | 75 | 73 |
| Binary | 11010110 | 11000110 | 1010110 | 0 | 111 | 111100 | 10000 | 110100 | 111101 | 111011 |
Color Harmonies of #D6C656
Complementary color
Monochromatic Colors of #D6C656
Black with #D6C656
Text Example
Text Example
White with #D6C656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C656; }
p { color: rgb(214,198,86); }
H1.HeaderClassName
{
color: #D6C656;
}
.AnyTagClassName
{
color: #D6C656;
}
</style>
background-color css
<style>
a { background-color: #D6C656; }
a { background-color: rgb(214,198,86); }
div.DivClassName
{
background-color: #D6C656;
}
.BgClassName
{
background-color: #D6C656;
}
</style>
border-color css
<style>
span { border-color: #D6C656; }
span { border-color: rgb(214,198,86); }
td.TdClassName
{
border-color: #D6C656;
}
.TagClassName
{
border-color: #D6C656;
}
</style>