Shades of Confetti #D6C646
Tints of Confetti #D6C646
RGB
CMYK
RGB Variations
Color information
#D6C646 (or 0xD6C646) is known color: Confetti. HEX triplet: D6, C6 and 46. RGB value is (214,198,70). Sum of RGB (Red+Green+Blue) = 214+198+70=482 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.40% from 482); Green value is 198 (77.73% from 255 or 41.08% from 482); Blue value is 70 (27.73% from 255 or 14.52% from 482); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C646 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C646 is #2939B9. Grayscale: #BCBCBC. Windows color (decimal): -2701754 or 4638422. OLE color: 4638422.
HSL color Cylindrical-coordinate representation of color #D6C646: hue angle of 53.33º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D6C646 is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 198 | 70 | - |
| CMYK | 0 | 0.07 | 0.67 | 0.16 |
| HSL | 53.33º | 0.64% | 0.56% | - |
| HSV(B) | 53.33º | 0.67% | 0.84% | - |
| XYZ | 49.03 | 55.13 | 13.85 | - |
| YUV | 188.19 | 61.3 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 198 | 70 | 0 | 0.07 | 0.67 | 0.16 | 53.33 | 0.64 | 0.56 |
| Hex | D6 | C6 | 46 | 0 | 7 | 43 | 10 | 35 | 40 | 38 |
| Octal | 326 | 306 | 106 | 0 | 7 | 103 | 20 | 65 | 100 | 70 |
| Binary | 11010110 | 11000110 | 1000110 | 0 | 111 | 1000011 | 10000 | 110101 | 1000000 | 111000 |
Color Harmonies of #D6C646
Complementary color
Monochromatic Colors of #D6C646
Black with #D6C646
Text Example
Text Example
White with #D6C646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C646; }
p { color: rgb(214,198,70); }
H1.HeaderClassName
{
color: #D6C646;
}
.AnyTagClassName
{
color: #D6C646;
}
</style>
background-color css
<style>
a { background-color: #D6C646; }
a { background-color: rgb(214,198,70); }
div.DivClassName
{
background-color: #D6C646;
}
.BgClassName
{
background-color: #D6C646;
}
</style>
border-color css
<style>
span { border-color: #D6C646; }
span { border-color: rgb(214,198,70); }
td.TdClassName
{
border-color: #D6C646;
}
.TagClassName
{
border-color: #D6C646;
}
</style>